{# `page` is absent on taxonomy pages, which render through this same base with `tag`/`posts` in scope instead. Without the `is defined` guard the whole build aborts with `undefined value (in base.html:7)` while naming `tag.html`, a file the author never wrote. #} {% if page is defined and page.description %}{% endif %} {% block head_extra %}{% endblock %}
Skip to main content