{% extends "base.html" %} {% block title %}Blog{% endblock %} {% block description %}Random words I write for people to read{% endblock %} {% block content %} Blog I write things sometimes, and then I post them here: {% for (date, name, url) in posts %} {{ date }}: {{ name }} {% endfor %} {% endblock %}
I write things sometimes, and then I post them here: