{% extends "layout.html" %} {% block title %}Chapter {{ chapter }} does not exist{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumb(breadcrumb) }} {% endblock %} {% block hamburger %} {% endblock %} {% block body %}

Chapter {{ chapter }}

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.

But {{ chapter }} does not correspond to a chapter number which is currently in the Stacks project, so we cannot redirect to the corresponding tag page.

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