Add speakers and talks

This commit is contained in:
Oliver Davies 2025-03-03 12:58:13 +00:00
parent ccfd866f59
commit 4c7d05faad
39 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% extends 'base' %}
{% block content_wrapper %}
<h1>{{ page.name }}</h1>
{% endblock %}

View file

@ -0,0 +1,5 @@
{% extends 'base' %}
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
{% endblock %}