Add page_content block for better template inheritance

This commit is contained in:
Sam Bull 2026-03-30 12:04:55 +01:00 committed by GitHub
commit 862ac78310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
{% block page_content %}{{ page.content }}{% endblock page_content %}
{% if page.modified %}
<footer>