{% extends 'pages/content.html' %} {% load wagtailcore_tags %} {% block content %} {% include_block page.content %}

{% for entry in entries %} {% ifchanged %}{{ entry.title.0 }} {% endifchanged %} {% endfor %}

{% for entry in entries %} {% ifchanged %}

{{ entry.title.0 }}


{% endifchanged %} {% include 'widgets/definition.html' with tag=entry.title acronym=entry.acronym definition=entry.description %}
{% endfor %}
Top {% endblock content %}