{% extends 'page.html' %} {% block title %}Prelom{% endblock %} {% block fulltitle %}Prelom{% endblock %} {% block description %}Prelom{% endblock %} {% block longdescription %}Prelom.{% endblock %} {% block twittercard %}summary{% endblock %} {% block image %}/static/img/favicon-180x180.png{% endblock %} {% block content %}


{% if request.user.is_staff %} {% endif %} {% for feature in large_features %} {% include 'featured_article.html' with article=feature.article only %} {% endfor %} {% if small_features.exists %}
{% for feature in small_features %}
{% include 'article_thumb.html' with article=feature.article only %}
{% endfor %}
{% endif %}

{% for category in categories %}
{% endfor %}
{% endblock %}