mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
8 lines
194 B
HTML
8 lines
194 B
HTML
|
|
{{ define "main" }}
|
||
|
|
<div class="td-content">
|
||
|
|
<h1>{{ .Title }}</h1>
|
||
|
|
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
|
||
|
|
{{ .Content }}
|
||
|
|
</div>
|
||
|
|
{{ end }}
|