From a448330931be337f50513d09ff7a73b8f7007182 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 24 Jun 2021 16:30:21 +0200 Subject: templates: Simplify Tera blocks We don't need to reference the block name in the 'endblock' statement if blocks are not nested. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 87220f7..045c8a2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,4 +5,4 @@ {{ macros::render_post(post=post) }} {%- endfor -%} {{ macros::render_pagination(paginator=paginator) }} -{%- endblock content %} +{%- endblock %} -- cgit v1.2.3-2-gb3c3