{% extends "base.html" %} {% from 'inline_page.html' import inline_page %} {% block head %} {% endblock %} {% block nav %} {{super()}}
  • Archive
  • {% endblock %} {% block content %}

    Blog entries

    This the example front page for the blog.

    {% for page in site_pages(path="blog/*", limit=10) %} {{inline_page(page)}} {% endfor %} {% endblock %}