Move slides

This commit is contained in:
Oliver Davies 2025-10-02 08:38:57 +01:00
parent 6891a7517a
commit 2604bce65d
18 changed files with 0 additions and 0 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>