forked from drowl87/hextra_mirror
10 lines
281 B
HTML
10 lines
281 B
HTML
{{- $name := .Get "name" -}}
|
|
|
|
|
|
<li class="flex list-none">
|
|
<span class="inline-flex cursor-default items-center py-1">
|
|
{{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}}
|
|
<span class="ml-1">{{ $name | markdownify }}</span>
|
|
</span>
|
|
</li>
|