Add speakers and talks
This commit is contained in:
parent
ccfd866f59
commit
4c7d05faad
39 changed files with 146 additions and 0 deletions
5
source/_layouts/speaker.html.twig
Normal file
5
source/_layouts/speaker.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.name }}</h1>
|
||||
{% endblock %}
|
5
source/_layouts/talk.html.twig
Normal file
5
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue