diff --git a/book/templating.rst b/book/templating.rst
index 4447b6198a6..4261da5b3e9 100644
--- a/book/templating.rst
+++ b/book/templating.rst
@@ -201,7 +201,7 @@ First, build a base layout file:
-
+
{% block title %}Test Application{% endblock %}
@@ -226,7 +226,7 @@ First, build a base layout file:
-
+
output('title', 'Test Application') ?>
@@ -311,7 +311,7 @@ output might look like this:
-
+
My cool blog posts