forked from Fediversity/Fediversity
Valentin Gagarin
e41e0daa82
git-subtree-dir: website git-subtree-mainline:83b1c9ac3b
git-subtree-split:d208ee83f8
13 lines
277 B
HTML
Executable file
13 lines
277 B
HTML
Executable file
{{ define "main" }} {{ partial "page-header" . }}
|
|
|
|
<section class="section-sm">
|
|
<div class="container">
|
|
<div class="row justify-center">
|
|
<div class="lg:col-10">
|
|
<div class="content">{{ .Content }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|