7 lines
212 B
HTML
7 lines
212 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/solutions/hero.html" %}
|
|
{% include "partials/solutions/portfolio.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
{% endblock content %} |