Howto/themes/grav-theme-howto/templates/default.html.twig

6 lines
103 B
Twig
Raw Normal View History

2019-08-13 15:09:25 +02:00
{% extends 'partials/base.html.twig' %}
{% block content %}
2021-02-06 00:14:32 +01:00
{{ page.content|raw }}
2019-08-13 15:09:25 +02:00
{% endblock %}