mirror of
https://github.com/imfing/hextra.git
synced 2025-05-15 10:38:26 -04:00
10 lines
188 B
HTML
10 lines
188 B
HTML
![]() |
{{- $style := .Get "style" -}}
|
||
|
|
||
|
|
||
|
<p
|
||
|
class="text-xl text-gray-600 dark:text-gray-400 sm:text-xl"
|
||
|
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
|
||
|
>
|
||
|
{{ .Inner | markdownify }}
|
||
|
</p>
|