feat: added tailwindcss
This commit is contained in:
parent
e106ee4c4c
commit
315f7e9896
5 changed files with 94 additions and 0 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue