{% extends "main/base.html" %} {% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %} {% block content %} {% image page.image max-1920x800 as main_img %} {% with before_title=page.date image_url=main_img.url %} {% include 'main/includes/layout/photo_page_header.html' %} {% endwith %} {# {% routablepageurl page.root_page.articles_page "tags" as articles_tag_page_url %}#} {% if page.author_page.title or page.author %} AUTOR ČLÁNKU: {% firstof page.author.upper page.author_page.title.upper %} {% for social in page.author_page.social_links %} {% endfor %} {% endif %} {{ page.perex }} {% if page.author_page.title or page.author %} {% endif %} {% for block in page.content %} {% include_block block %} {% endfor %} {% if page.shared_from %} Tento článek byl sdílen z jiného webu. Originál si můžete přečíst zde. {% endif %} {% include 'main/includes/newsletter_section.html' %} {# {% if related_articles|length %}#} {# #} {# #} {# Další podobné články#} {# #} {##} {# #} {# {% for article in related_articles %}#} {# {% include "shared/article_preview.html" %}#} {# {% endfor %}#} {# #} {##} {# {% include "shared/more_articles_snippet.html" %}#} {# #} {# {% endif %}#} {% endblock %}
{{ page.perex }}
Tento článek byl sdílen z jiného webu. Originál si můžete přečíst zde.