Back to Editor Md

CodeMirror

lib/codemirror/mode/django/index.html

1.5.0268 B
Original Source

Django template mode

My Django web application

{{ page.title }}

{% for item in items %} - {% item.name %} {% empty %} - You have no items in your list. {% endfor %}

Mode for HTML with embedded Django template markup.

MIME types defined: text/x-django