{% extends "base.html" %} {% block front_matter %} --- files: "*.html": syndicated: no syndication: pages: path: blog/* add_to: path: blog/* title: "Example blog feed" {% endblock %} {% import 'lib/blog.html' as blog with context %} {% block nav %} {{super()}} {% endblock %} {% block content %}

Last 10 blog posts

This the example front page for the blog.

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