www_mycelium/templates/layouts/solutions.html
2025-02-12 06:59:33 +00:00

8 lines
257 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/solutions/hero.html" %}
{% include "partials/solutions/what.html" %}
{% include "partials/solutions/portfolio.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}