mirror of
https://github.com/imfing/hextra.git
synced 2025-05-15 11:48:25 -04:00
10 lines
313 B
HTML
10 lines
313 B
HTML
![]() |
{{- $style := .Get "style" -}}
|
||
|
|
||
|
|
||
|
<h1
|
||
|
class="text-4xl font-bold leading-none tracking-tighter md:text-5xl py-2 bg-clip-text text-transparent bg-gradient-to-r from-gray-900 to-gray-600 dark:from-gray-100 dark:to-gray-400"
|
||
|
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
|
||
|
>
|
||
|
{{ .Inner | markdownify }}
|
||
|
</h1>
|