matrix-spec/layouts/docs/list.html

14 lines
265 B
HTML
Raw Normal View History

2021-01-13 05:45:24 +01:00
{{/*
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 }}