Initial commit
This commit is contained in:
10
templates/layouts/what.html
Normal file
10
templates/layouts/what.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
{% include "partials/feature/feature1.html" %}
|
||||
{% include "partials/feature/feature2.html" %}
|
||||
{% include "partials/feature/feature3.html" %}
|
||||
{% include "partials/feature/feature4.html" %}
|
||||
{% include "partials/feature/feature5.html" %}
|
||||
{% include "partials/feature/feature6.html" %}
|
||||
{% include "partials/home/cta.html" %}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user