mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Misc doc cleanups.
This commit is contained in:
parent
c694e6220e
commit
70c080fcdb
2 changed files with 6 additions and 5 deletions
|
@ -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" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue