{% 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()}} {% endblock %} {% block content %}

Last 10 blog posts

This the example front page for the blog.

{{blog.pages(page, limit=10)}} {% endblock %}