Website/app/frontend/templates/index.html.twig

6 lines
169 B
Twig
Raw Normal View History

2024-07-18 19:29:18 +00:00
{% extends 'base.html.twig' %}
{% block body %}
<h1 {{ stimulus_controller('hello') }}>Hello World</h1>
<div {{ svelte_component('Bye') }}></div>
{% endblock %}