hextra/layouts/shortcodes/hextra/hero-subtitle.html

10 lines
198 B
HTML
Raw Normal View History

{{- $style := .Get "style" -}}
<p
class="not-prose text-xl text-gray-600 dark:text-gray-400 sm:text-xl"
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
>
{{ .Inner | markdownify }}
</p>