9 lines
291 B
HTML
9 lines
291 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/what/hero.html" %}
|
|
{% include "partials/what/what_features.html" %}
|
|
{% include "partials/what/what.html" %}
|
|
{% include "partials/what/portfolio.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
{% endblock content %} |