Combine the default and base templates

This commit is contained in:
Oliver Davies 2024-12-18 21:45:11 +00:00
parent e4a779fc45
commit 661669f2a5
3 changed files with 46 additions and 51 deletions

View file

@ -1,4 +1,4 @@
{% extends 'default' %}
{% extends 'base' %}
{% block content_bottom %}
{% include 'about-me.html.twig' %}