~ubuntu-branches/ubuntu/quantal/python-django/quantal

« back to all changes in this revision

Viewing changes to docs/ref/templates/index.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Eddy Mulyono
  • Date: 2008-09-16 12:18:47 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080916121847-mg225rg5mnsdqzr0
Tags: 1.0-1ubuntu1
* Merge from Debian (LP: #264191), remaining changes:
  - Run test suite on build.

[Eddy Mulyono]
* Update patch to workaround network test case failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _ref-templates-index:
 
2
 
 
3
Template reference
 
4
==================
 
5
 
 
6
Django's template engine provides a powerful mini-language for defining the
 
7
user-facing layer of your application, encouraging a clean separation of
 
8
application and presentation logic. Templates can be maintained by anyone with
 
9
an understanding of HTML; no knowledge of Python is required.
 
10
 
 
11
.. toctree::
 
12
   :maxdepth: 2
 
13
 
 
14
   builtins
 
15
   api
 
16
 
 
17
.. seealso::
 
18
 
 
19
    For information on writing your own custom tags and filters, see
 
20
    :ref:`howto-custom-template-tags`.
 
 
b'\\ No newline at end of file'