{% extends 'ontology/base.html' %} {% block pagetitle %}: Topics{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Topics {% endblock %} {% block content %}

Topics

{% if is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %}