2023-08-16 15:11:03 +01:00
|
|
|
{{- $name := .Get "name" -}}
|
|
|
|
|
|
|
|
|
2024-02-20 17:59:31 -05:00
|
|
|
<li class="hx-flex hx-list-none">
|
|
|
|
<span class="hx-inline-flex hx-cursor-default hx-items-center hx-py-1">
|
2023-08-16 15:11:03 +01:00
|
|
|
{{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}}
|
2024-03-05 11:17:29 +03:30
|
|
|
<span class="ltr:hx-ml-1 rtl:hx-mr-1">{{ $name | markdownify }}</span>
|
2023-08-16 15:11:03 +01:00
|
|
|
</span>
|
|
|
|
</li>
|