Back to Opencart

CodeMirror

upload/assets/codemirror/mode/django/index.html

4.1.0.3455 B
Original Source

Django template mode

My Django web application

{{ page.title|capfirst }}

{# traverse a list of items and produce links to their views. #} {% for item in items %} - {{ item.name }} {% empty %} - You have no items in your list. {% endfor %} {% comment "this is a forgotten footer" %} {% endcomment %}

Mode for HTML with embedded Django template markup.

MIME types defined: text/x-django