grav/themes/templates/home.html.twig

10 lines
175 B
Twig
Raw Normal View History

2023-01-10 02:15:13 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="page-header">
<h1>{{ page.title }}</h1>
</div>
{{ page.content }}
{% endblock %}