Show talk title
This commit is contained in:
parent
d592caf2d3
commit
9c7ad6ff59
|
@ -1 +1,8 @@
|
|||
{% extends "default.html.twig" %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<main class="col-md-10">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue