{% extends "base.html" %} {% block title %}{{ SITENAME }} | {{ category }} {% endblock %} {% block content %} {% if articles_page and articles_paginator.num_pages > 1 %}
---
{% endif %} {% endfor %} {% for article in articles %} {% endfor %} {% else %} {% for article in articles %}---
{% endfor %} {% endif %} {% endblock content %}