From: Adam Johnson Date: Wed, 26 Jan 2022 16:18:52 +0000 (+0000) Subject: Update legacy doctype in docs/tricks X-Git-Tag: 3.0.x~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b81feb86dae6db968707e8b37c5da3feb18c791c;p=thirdparty%2Fjinja.git Update legacy doctype in docs/tricks --- diff --git a/docs/tricks.rst b/docs/tricks.rst index 762a69c4..7c7ce250 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -26,7 +26,7 @@ basic skeleton is added to the file so that if it's indeed rendered with `standalone` set to `True` a very basic HTML skeleton is added:: {% if not standalone %}{% extends 'default.html' %}{% endif -%} - + {% block title %}The Page Title{% endblock %} {% block body %}