{% extends "base.html" %} {% import 'lib/blog.html' as blog with context %} {% block content %}

Blog entries

Archive of all posts

{{blog.archive(page_for("index.html"))}} {% endblock %}