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

8 lines
124 B
Twig
Raw Normal View History

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