|
|
|
@ -1,4 +1,4 @@ |
|
|
|
{% load i18n %} |
|
|
|
f{% load i18n %} |
|
|
|
{% load template_filters %} |
|
|
|
{% load template_filters %} |
|
|
|
|
|
|
|
|
|
|
|
<div class="m-article"> |
|
|
|
<div class="m-article"> |
|
|
|
@ -35,6 +35,8 @@ |
|
|
|
<div class="i-info"> |
|
|
|
<div class="i-info"> |
|
|
|
<header> |
|
|
|
<header> |
|
|
|
<h1 class="i-title"> |
|
|
|
<h1 class="i-title"> |
|
|
|
|
|
|
|
{% if meta.h1 %} |
|
|
|
|
|
|
|
{{ meta.h1 }} |
|
|
|
{% if exposition.main_title %} |
|
|
|
{% if exposition.main_title %} |
|
|
|
{{ exposition.main_title|safe }} |
|
|
|
{{ exposition.main_title|safe }} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
@ -264,4 +266,4 @@ |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
{% endwith %} |
|
|
|
{% endwith %} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|