This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_layouts/page.html.twig

8 lines
131 B
Twig
Raw Normal View History

2019-10-01 18:44:32 +00:00
{% extends 'default' %}
{% block content_wrapper %}
2020-02-06 01:38:33 +00:00
<div>
2019-10-01 18:44:32 +00:00
{% block content %}{% endblock %}
</div>
{% endblock %}