Remove base.html.twig

This commit is contained in:
Oliver Davies 2016-05-27 20:00:54 +01:00
parent 2341a91739
commit c743e5f9f3
3 changed files with 24 additions and 25 deletions

View file

@ -1,4 +1,4 @@
{% extends "base" %}
{% extends 'default' %}
{% block content_top %}
<h1>{{ page.title }}</h1>