1 2 3 4 5 6 7
{% extends "index.html" %} {% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %} {% block content_title %} <h2>Articles tagged with {{ tag }}</h2> {% endblock %}