Update for BrumPHP

This commit is contained in:
Oliver Davies 2024-05-23 17:09:30 +01:00
parent cb4b396577
commit 6f53f8c026
12 changed files with 551 additions and 71 deletions

View file

@ -0,0 +1,11 @@
{# source/_layouts/base.html.twig #}
<!DOCTYPE html>
<html lang="{{ site.locale|default('en') }}">
<head>
<title>{{ site.name|default('Sculpin Skeleton') }}</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>