{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans 'Glossary Entry' %}

{% include 'widgets/definition.html' with tag=entry.title acronym=entry.acronym definition=entry.description %} {# {% include 'glossary/widgets/entry.html' %}#}
{% endblock content %}