matrix-doc/layouts/docs/list.html

14 lines
265 B
HTML

{{/*
A simplified version of the list.html partial in Docsy.
*/}}
{{ define "main" }}
<div class="td-content">
<h1>{{ .Title }}</h1>
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
{{ .Content }}
</div>
{{ end }}