{% extends "base.html" %} {% from 'inline_page.html' import inline_page %} {% block head %} {% endblock %} {% block content %}

Tag {{tag.name}}

Latest posts for tag {{tag.name}}

{% for page in pages[:10] %} {{inline_page(page)}} {% endfor %} {% endblock %}