flex/templates/tag.html

4 lines
109 B
HTML
Raw Normal View History

2015-07-18 21:04:01 -03:00
{% extends "index.html" %}
2015-07-21 00:53:19 -03:00
{% block title %} – Tag: {{ tag }}{% endblock %}
2015-07-18 21:04:01 -03:00
{% set summarise = True %}