{% extends "base.html" %} {% block front_matter %} --- pages: path: blog/* syndication: add_to: path: blog/* title: "Example blog feed" {% endblock %} {% import 'blog.html' as blog %} {% block nav %} {{super()}}
This the example front page for the blog.
{{blog.pages(page, limit=10)}} {% endblock %}