From 70c080fcdb7acbc4c3f86ee85ea84b5861c26bb9 Mon Sep 17 00:00:00 2001 From: minusf Date: Sun, 28 Jul 2013 19:58:19 +0900 Subject: Misc doc cleanups. --- docs/topics/templates.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/topics') 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" %} -- cgit v1.3