{% extends "uniweb/base.html" %} {% load wagtailcore_tags %} {% block content %} {{ page.title }} {% if tags %} {% if active_tag %} zobrazit vše {% endif %} {% for tag in tags %} {{ tag }} {% endfor %} {% endif %} {% include "styleguide/2.3.x/article_card_list.html" %} {% include "styleguide/2.3.x/pagination.html" with paginator=articles %} {% endblock %}