novaconium/examples/App/views/index.html.twig

8 lines
124 B
Twig
Raw Normal View History

2024-08-31 21:02:51 +00:00
{% extends '@novaconium/master.html.twig' %}
2024-08-30 05:05:31 +00:00
{% block content %}
<h1>This is twig</h1>
<p>Content Here</p>
{% endblock %}