{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load markdown_deux_tags %}
Description: | {{tag.description|markdown}} |
Category: | {{tag.category}} |
Associated links: | {{tag.associated_link}} |
Associated user: | {{tag.associated_user}} |
Date: | {{tag.timestamp}} |
Author: | {{tag.author}} |
Aliases: |
{% for alias in tag.aliases.all %}
{{ alias }} {% endfor %} |