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