{# This is a comment #} {% extends 'some/other/template.html' %} {% load some_lib %} {% block content %}

Some title

This is some dummy template for testing.


{% endblock %} {# vim: set ft=htmldjango: #}