Rename app.html.twig to base

This commit is contained in:
Oliver Davies 2018-10-05 08:42:11 +01:00
parent 1e336c88b6
commit b840a2f068
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{% extends 'app' %} {% extends 'base' %}
{% block body %} {% block body %}
{% include 'layout/header' %} {% include 'layout/header' %}