3 lines
134 B
HTML
3 lines
134 B
HTML
{% extends "index.html" %}
|
|
{% block title %} – {% trans %}Tag{% endtrans %}: {{ tag }}{% endblock %}
|
|
{% set summarise = True %}
|