news-reader-php/templates/static/start.html.twig

8 lines
118 B
Twig
Raw Permalink Normal View History

2020-05-25 23:32:57 +02:00
{% extends 'base.html.twig' %}
2020-05-26 12:56:15 +02:00
{% block body %}
<header>
<h1>Startpage</h1>
</header>
{% endblock %}