{% extends "layout.html" %} {% block title %}Chapter {{ tag.ref }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block hamburger %}
{% endblock %} {% block body %}

Chapter {{ tag.ref }}

The Stacks project uses tags as means of identifying results. Chapter numbers on the other hand can change over time when new results are added. So it's not guaranteed that this URL is still up-to-date.

Right now chapter {{ tag.ref }} refers to Chapter {{ tag.ref }}: {{ tag.name | safe }}.

{% endblock %} {% block sidebar %}
{% endblock %}