EDIT ALL
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
</div>
|
||||
|
||||
{% include "partials/company.html" %}
|
||||
{% include "partials/quote.html" %}
|
||||
|
||||
{% endblock content %}
|
16
templates/layouts/odez.html
Normal file
16
templates/layouts/odez.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="odez/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/odez.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
@@ -10,4 +10,6 @@
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/quote.html" %}
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user