{% extends "uniweb/base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if tags %} {% endif %}
{% include "styleguide/2.3.x/article_card_list.html" %}
{% include "styleguide/2.3.x/pagination.html" with paginator=articles %}
{% endblock %}