Added talk.html.twig

This commit is contained in:
Oliver Davies 2015-04-10 23:25:52 +01:00
parent 89cf4acb32
commit f61e8d8333
11 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{% extends 'default' %}
{% block content_wrapper %}
<div class="col-md-9">
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
</div>{# .col-md-9 #}
{% endblock %}