split web-dev

This commit is contained in:
2022-08-25 05:26:25 +02:00
parent 5e48571fda
commit da8594c678
36 changed files with 5399 additions and 642 deletions

View File

@ -0,0 +1,14 @@
<section title="Embedded note" class="p-4 mx-2 mb-2 bg-white border-2 rounded-lg shadow-inner">
<details>
<summary class="flex items-center justify-center text-2xl italic bg-${theme}-50 rounded py-1 px-2 mb-3" >
<header style="display:list-item">
<a href="${ema:note:url}">
<ema:note:title />
</a>
</header>
</summary>
<div>
<apply template="/templates/components/pandoc" />
</div>
</details>
</section>