presentations/building-static-websites-sculpin/demo/source/_layouts/talk.html.twig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
Twig
Raw Normal View History

2025-03-03 12:58:13 +00:00
{% extends 'base' %}
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
{% endblock %}