Misc doc cleanups.

This commit is contained in:
minusf 2013-07-28 19:58:19 +09:00 committed by Tim Graham
parent c694e6220e
commit 70c080fcdb
2 changed files with 6 additions and 5 deletions

View file

@ -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" %}