feat: added webpack, stimulus and turbo
This commit is contained in:
parent
f3b60adb21
commit
93939ff054
8 changed files with 62 additions and 10 deletions
|
@ -21,6 +21,7 @@ use Kirby\Template\Slots;
|
|||
<?= $page->title() ?> | <?= $site->title() ?>
|
||||
</title>
|
||||
<?= css('css/app.css') ?>
|
||||
<?= js('js/app.js') ?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -32,7 +33,7 @@ use Kirby\Template\Slots;
|
|||
</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<main data-controller="hello">
|
||||
<?= $slot ?>
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue