1
0

Home page tests

This commit is contained in:
2018-01-07 22:40:56 +03:00
parent fa7cb01c11
commit 9dc5217f57
5 changed files with 34 additions and 5 deletions

View File

@@ -4,10 +4,10 @@
<div class="main-container">
<h1>{{ app_name }}</h1>
<p>
{{ app_description_text|safe }}
{{ app_home_head_html|safe }}
</p>
</div>
<br/>
<hr/>
{{ app_mainpage_html|safe }}
{{ app_home_body_html|safe }}
{% endblock %}