Show talk title

This commit is contained in:
Oliver Davies 2015-08-09 22:31:53 +01:00
parent d592caf2d3
commit 9c7ad6ff59

View file

@ -1 +1,8 @@
{% extends "default.html.twig" %}
{% block content_wrapper %}
<main class="col-md-10">
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
</main>
{% endblock %}