feat: added tailwindcss

This commit is contained in:
Stephan Plöhn 2025-08-26 10:20:04 +02:00
parent e106ee4c4c
commit 315f7e9896
5 changed files with 94 additions and 0 deletions

View file

@ -1 +1,14 @@
<?php
/**
* @var Page $page
*/
use Kirby\Cms\Page;
?>
<?php snippet('layouts/main', slots: true) ?>
<?php slot() ?>
<h1><?= $page->title() ?></h1>
<?php endslot();