diff --git a/hbbs/templates/collection.html b/hbbs/templates/collection.html new file mode 100644 index 0000000..7022f88 --- /dev/null +++ b/hbbs/templates/collection.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} + +{% block content %} +

TODO: collection page

+{% endblock %} diff --git a/hbbs/templates/participate.html b/hbbs/templates/participate.html new file mode 100644 index 0000000..1cbb220 --- /dev/null +++ b/hbbs/templates/participate.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} + +{% block content %} +

TODO: participate page

+{% endblock %} diff --git a/hbbs/templates/programmes.html b/hbbs/templates/programmes.html new file mode 100644 index 0000000..3e06cae --- /dev/null +++ b/hbbs/templates/programmes.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} + +{% block content %} +

TODO: programmes page

+{% endblock %}