diff --git a/templates/pages/p_article.html b/templates/pages/p_article.html index b650eef..a002e5c 100644 --- a/templates/pages/p_article.html +++ b/templates/pages/p_article.html @@ -12,6 +12,7 @@ +
{{ page.name }}
@@ -29,54 +30,62 @@ -
- {% for item in arts_top %} - - - - -
{{ art.text|safe }}
- {% endfor %} - -
- -
-
{{ page.name }}
-
- {{ page.description|truncatechars:100 }} -
-
- -
- - {% for item in arts_down %} - - - -
{{ art.text|safe }}
- {% endfor %} +
+ {% with from_el=0 articles=breadcrumbs_arts last_el=0 elements_on_page=3 %} + {% include 'blocks/articles/b_news_elements_content.html' %} + {% endwith %}
+{#
#} +{# {% for item in arts_top %}#} +{##} +{##} +{# #} +{##} +{#
{{ art.text|safe }}
#} +{# {% endfor %}#} +{##} +{#
#} +{##} +{#
#} +{#
{{ page.name }}
#} +{#
#} +{# {{ page.description|truncatechars:100 }}#} +{#
#} +{#
#} +{##} +{#
#} +{##} +{# {% for item in arts_down %}#} +{##} +{# #} +{##} +{#
{{ art.text|safe }}
#} +{# {% endfor %}#} +{##} +{#
#} + +