web.myco.systems/web-myco/themes/blowfish/layouts/shortcodes/lead.html

4 lines
108 B
HTML
Raw Normal View History

2023-09-02 03:10:14 +00:00
<div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
{{ .Inner | markdownify }}
</div>