django-musician/musician/templates/musician/mailinglists.html
2019-10-30 14:36:59 +01:00

10 lines
164 B
HTML

{% extends "musician/base.html" %}
{% load i18n %}
{% block content %}
<h1>Section title</h1>
<p>Little description of what to be expected...</p>
{% endblock %}