Added base.html.twig

This commit is contained in:
Oliver Davies 2015-07-28 20:20:41 +01:00
parent fe13db722b
commit adf326cbf1
4 changed files with 27 additions and 26 deletions

View file

@ -1,4 +1,4 @@
{% extends 'default' %}
{% extends 'base.html.twig' %}
{% block body_classes %}page--talks page--talks__talk{% endblock %}