Add page place holders

This commit is contained in:
Luke Murphy 2020-04-04 20:11:06 +02:00
parent abb40ef196
commit 67e33d9843
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: collection page</p>
{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: participate page</p>
{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: programmes page</p>
{% endblock %}