grnx/templates/list.html

6 lines
77 B
HTML

{% extends "base.html" }
{% block content %}
I'm a list.
{% endblock %}