1
0
website/templates/components/note-title.tpl

6 lines
185 B
Smarty
Raw Normal View History

2022-08-14 12:44:25 +03:00
<h1
class="flex items-end justify-center mb-4 p-3 bg-${theme}-900 text-5xl font-extrabold text-black rounded">
<a class="z-40 tracking-tighter ">
<ema:note:title />
</a>
</h1>