{% extends "base_without_sidebar.html"%} {% load static i18n %} {% block title %}{{ tag.title }}{% endblock %} {% block content %}
{% include "marcus/blocks/articles.html" with articles=object_list %}
{% endblock %}