{% extends "base.html" %} {% block title %}{{ term.name }}{% endblock title %} {% block content %}

{{ term.name }}

{% if term.description %}

{{ term.description }}

{% endif %}
{% if term.pages | length > 0 %} {% else %}

No content available for this term.

{% endif %}
{% endblock %}