edit
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/121224/hero.html" %}
|
||||
{% include "partials/home/cta.html" %}
|
||||
{% endblock content %}
|
||||
7
templates/layouts/action.html
Normal file
7
templates/layouts/action.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/action/banner.html" %}
|
||||
{% include "partials/action/hero.html" %}
|
||||
|
||||
{% endblock content %}
|
||||
@@ -2,9 +2,10 @@
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/why/hero.html" %}
|
||||
{% include "partials/why/reason.html" %}
|
||||
{% include "partials/why/timeline.html" %}
|
||||
{% include "partials/why/values.html" %}
|
||||
{% include "partials/why/ourwhy.html" %}
|
||||
|
||||
{% include "partials/why/matters.html" %}
|
||||
{% include "partials/home/cta.html" %}
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user