diff options
author | Wolfgang Müller | 2021-06-24 16:30:21 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-24 16:30:21 +0200 |
commit | a448330931be337f50513d09ff7a73b8f7007182 (patch) | |
tree | 269de68c3f452c70a2e01128a0e4ec703388ef43 /templates/page.html | |
parent | b9130a7743e36647cc5211f0eb574202e404e85f (diff) | |
download | zunzuncito-a448330931be337f50513d09ff7a73b8f7007182.tar.gz |
templates: Simplify Tera blocks
We don't need to reference the block name in the 'endblock' statement if
blocks are not nested.
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 0a7b3fd..ac9a458 100644 --- a/templates/page.html +++ b/templates/page.html @@ -9,4 +9,4 @@ {{ macros::render_post(post=page, class="mention") }} {%- endfor %} {%- endif %} -{%- endblock content %} +{%- endblock %} |