diff --git a/book/templating.rst b/book/templating.rst index 1c3ac041a8d..e2c38e00111 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -371,7 +371,7 @@ When working with template inheritance, here are some tips to keep in mind: {% endblock %} * Blocks can be nested. For better overview, you can add the block name to the - ``{% endblock %}`` tag like so: + ``{% endblock %}`` tag like this: .. code-block:: html+jinja