mirror of https://github.com/django/django.git
Edited docs/templates.txt changes from [6533]. Let's not smash people over the head with an only marginally important piece of information in the very first paragraph of the document.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6770 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e0e084e017
commit
bfa742b6ea
|
@ -2,9 +2,11 @@
|
||||||
The Django template language: For template authors
|
The Django template language: For template authors
|
||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
This document explains the language syntax of the Django template system. If
|
.. admonition:: About this document
|
||||||
you're looking for a more technical perspective on how it works and how to
|
|
||||||
extend it, see `The Django template language: For Python programmers`_.
|
This document explains the language syntax of the Django template system. If
|
||||||
|
you're looking for a more technical perspective on how it works and how to
|
||||||
|
extend it, see `The Django template language: For Python programmers`_.
|
||||||
|
|
||||||
Django's template language is designed to strike a balance between power and
|
Django's template language is designed to strike a balance between power and
|
||||||
ease. It's designed to feel comfortable to those used to working with HTML. If
|
ease. It's designed to feel comfortable to those used to working with HTML. If
|
||||||
|
|
Loading…
Reference in New Issue