{% extends "library/base.html" %} {% load i18n %} {% block head_title %}{{ textgroup.label }}{% endblock %} {% block body_class %}library cts_textgroup{% endblock %} {% block hero %}

Library {% for breadcrumb in textgroup.ancestors %} {{ breadcrumb.label }}{% if not forloop.last %} >{% endif %} {% endfor %}

{{ textgroup.label }}

{% endblock %} {% block content %}
{% endblock %}