{% extends "base.html" %} {% block content %} blog Thoughts on the sky, and the occasional Segfault. Blog Posts {% for post in posts %} {{ post.title }} {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endfor %} {% endblock content %}
Thoughts on the sky, and the occasional Segfault.