5 lines
106 B
HTML
5 lines
106 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
Some text here to announce events, etc...
|
|
{% endblock %} |