{% extends "senat_campaign/base.html" %} {% load wagtailimages_tags wagtailcore_tags %} {% block content %} {{ page.title }} {% for article in articles %} {% image article.specific.photo fill-400x230 as img %} {{ article.title }} {{ article.specific.perex }} {% endfor %} {% comment %}{# TODO #} 1 (current) 2 3 Další {% endcomment %} {% if web_settings.facebook %} Z mého facebooku {% endif %} {% endblock %}
{{ article.specific.perex }}