diff --git a/themes/intotheeast/templates/default.html.twig b/themes/intotheeast/templates/default.html.twig index c5d276e..2ee42a2 100644 --- a/themes/intotheeast/templates/default.html.twig +++ b/themes/intotheeast/templates/default.html.twig @@ -1,20 +1 @@ - - - - - - {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} - - - - -
- {% block content %}{% endblock %} -
- - +{% extends 'partials/base.html.twig' %} diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig new file mode 100644 index 0000000..c5d276e --- /dev/null +++ b/themes/intotheeast/templates/partials/base.html.twig @@ -0,0 +1,20 @@ + + + + + + {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} + + + + +
+ {% block content %}{% endblock %} +
+ +