{% extends "base.html" %} {% block title %} • blog{% endblock title %} {% block content %}

{{ title }}

{% for post in posts %} {% endfor %}
{{ post['shortdate'] }} {{ post.title }}
{% for tag in post.tags %} #{{ tag }}  {% endfor %}
{% endblock %}