{% extends "base.html" %} {% block page %}
{% if title %} All {% else %} All {% endif %} {% for tag in tags %} {% if tag == title %} - {{ tag }} {% else %} - {{ tag }} {% endif %} {% endfor %}
    {% for post in posts %}
  1. {{ post.title }}

    {{ post.subtitle }}

  2. {% endfor %}
{% endblock page %} {% block morescripts %} {% endblock morescripts %}