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/talk.html.twig

9 lines
195 B
Twig
Raw Normal View History

2015-08-09 21:22:13 +00:00
{% extends "default.html.twig" %}
2015-08-09 21:31:53 +00:00
{% block content_wrapper %}
<main class="col-md-10">
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
</main>
{% endblock %}