forked from hero/www_hero_project
add
This commit is contained in:
13
templates/layouts/contact.html
Normal file
13
templates/layouts/contact.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="contact/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/contact.html" %}
|
||||
|
||||
{% include "partials/faq.html" %}
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user