1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/layouts/index.html
2018-10-06 02:34:46 +02:00

18 lines
402 B
HTML

{{ define "title"}} Mastodon documentation {{end}}
{{ define "main" }}
<h1>{{ .Title }}</h1>
<div class="e-content">
{{ .Content }}
<p><i class="fas fa-language"></i> <strong>Available languages:</strong></p>
<ul>
{{ range $.Site.Home.AllTranslations }}
<li><a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></li>
{{ end }}
</ul>
</div>
{{ end }}