Files
vanilla-hugo/layouts/_partials/group.html
2026-05-12 19:43:12 -07:00

4 lines
218 B
HTML

<div class="highlight-group" {{ with .attrs }}{{ . | safeHTMLAttr }}{{ end }}>
<div class="highlight-label">{{ i18n "from" }} <a href="{{ .url }}">{{ path.Base .path }}</a>{{ .comment }}</div>{{ .content }}
</div>