From 518faa19c1f9212cbbbfaca6ef605fd02acd3abb Mon Sep 17 00:00:00 2001 From: minusf Date: Sun, 28 Jul 2013 19:58:19 +0900 Subject: [1.6.x] Misc doc cleanups. Backport of 70c080fcdb from master --- 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