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 07:06:29 -0400
commit518faa19c1f9212cbbbfaca6ef605fd02acd3abb (patch)
tree68821ce80dcdf9dcc52aca53f03b56f9766d981a /docs/topics
parent5f8bf4368d79324f3fa076e1d7e810f53ddf4801 (diff)
[1.6.x] Misc doc cleanups.
Backport of 70c080fcdb from master
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" %}