diff --git a/templates/answer.html.tera b/templates/answer.html.tera index 0bce467..db71657 100644 --- a/templates/answer.html.tera +++ b/templates/answer.html.tera @@ -6,20 +6,17 @@
-

-

{{ description }}

- +

+

{{ description }}


-
-

- -

{{ answer }}

-

-


+
+ +

{{ answer }}

+


{% if comment | length or comment1 | length %}

Комментарии: diff --git a/templates/base.html.tera b/templates/base.html.tera index 6ee5f86..4f69d39 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -8,20 +8,19 @@ {% block title %}{% endblock title %} -

+

+
{% block content %}{% endblock content %}
-