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
2015-08-09 22:32:10 +01:00

11 lines
253 B
Twig

{% extends "default.html.twig" %}
{% block body_classes 'page--talks page--talks__talk' %}
{% block content_wrapper %}
<main class="col-md-10">
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
</main>
{% endblock %}