{% extends "base.html" %} {% block front_matter %} --- pages: "^\\d+/" syndication: title: "Example blog feed" {% endblock %} {% import 'lib/blog.html' as blog with context %} {% block content %}
This the example front page for the blog.
{{blog.pages(limit=10)}} {% endblock %}