Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Django - Template

Back


Template


Template Structure


App Level


Project Level


Template Error


Django template language


Variables





Tags

__ csrf_token __

__ cycle 'odd' 'even' __    <!-- accept arguments -->

<!-- if -->
__ if user.is_authenticated __
  Hello, .
__ endif __

Filters



<!-- take an argument -->


Comments

{# this won't be rendered #}

Automatic HTML escaping


Accessing method calls


TOP