summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorminusf <minusf@gmail.com>2013-07-28 19:58:19 +0900
committerTim Graham <timograham@gmail.com>2013-07-29 06:57:33 -0400
commit70c080fcdb7acbc4c3f86ee85ea84b5861c26bb9 (patch)
tree0c438da66a19e80bbb428213e259d236df6811aa /docs/topics
parentc694e6220ec78ed28ec7f621035ec21c8923a0c1 (diff)
Misc doc cleanups.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/templates.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 58a3ee9870..c75b83f158 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -45,7 +45,9 @@ A template contains **variables**, which get replaced with values when the
template is evaluated, and **tags**, which control the logic of the template.
Below is a minimal template that illustrates a few basics. Each element will be
-explained later in this document.::
+explained later in this document.
+
+.. code-block:: html+django
{% extends "base_generic.html" %}