leilukin-tumbleblog/themes/virgula/pages/test.twig

13 lines
223 B
Twig
Raw Permalink Normal View History

2024-06-20 14:10:42 +00:00
{% extends "layouts" ~ DIR ~ "default.twig" %}
{% block content %}
<article id="test" class="page">
<h2>Hello!</h2>
<section>
I am not the page you are looking for.
</section>
<footer>
</footer>
</article>
{% endblock %}