{% extends "base.html" %} {% block title %}Posts Archive :: {% endblock title %} {% block content %}

Posts Archive

{% for post in posts %} {% endfor %}
{{ post.title }} {%- for tag in post.tags -%} {{ tag }} {%- endfor -%}
{% endblock content %}