2023-08-16 22:11:03 +08:00
|
|
|
{{- $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") -}}
|
2023-08-18 06:53:32 +08:00
|
|
|
<span class="ml-1">{{ $name | markdownify }}</span>
|
2023-08-16 22:11:03 +08:00
|
|
|
</span>
|
|
|
|
</li>
|