1
0

Hatsker theme)

This commit is contained in:
2018-01-03 01:04:34 +03:00
parent 4dbb509588
commit 64b5f39d41
5 changed files with 50 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
{% extends 'layout.html' %}
{% load i18n %}
{% block body %}
<div class="jumbotron">
<h1>{% blocktrans %}Welcome to {{ app_name }} official site!{% endblocktrans %}</h1>
<p class="lead">
{{ app_text }}
<div class="main-container">
<h1>{{ app_name }}</h1>
<p>
{{ app_description_text|safe }}
</p>
</div>
<br/>
<hr/>
{% endblock %}