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