{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %}

Tag: {{tag}}

{% for version in page.object_list %} {% endfor %}
Version Last edited
diff {{version.name}} {{version.history_date}} by {{version.history_user}}
{% endblock %}