Back to Codemirror5

CodeMirror

mode/django/index.html

5.65.21455 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