Website/app/frontend/templates/index.html.twig
Snoweuph 6df6115d92
Some checks failed
Quality Check / QS Backend (push) Successful in 19s
Quality Check / QS Frontend (push) Failing after 39s
Quality Check / QS Mixed (push) Successful in 35s
NOTICKET: Switch to Symfony UX Svelte
2024-07-18 21:53:37 +02:00

5 lines
169 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<h1 {{ stimulus_controller('hello') }}>Hello World</h1>
<div {{ svelte_component('Bye') }}></div>
{% endblock %}