presentations/building-static-websites-sculpin/slides/code/layout-page.txt

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

8 lines
130 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
{# source/_layouts/page.html.twig #}
{% extends 'base' %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}