selfprivacy.org/_vendor/github.com/google/docsy/layouts/community/list.html

25 lines
519 B
HTML
Raw Normal View History

2024-04-25 22:15:39 +00:00
{{ define "main" -}}
2024-04-21 23:04:16 +00:00
2024-04-25 22:15:39 +00:00
<div><a class="td-offset-anchor"></a></div>
<section
class="row td-box td-box--primary position-relative td-box--height-auto"
>
<div class="col-12">
2024-04-21 23:04:16 +00:00
<div class="container text-center td-arrow-down">
2024-04-25 22:15:39 +00:00
<span class="h4 mb-0">
<h1>{{ T "community_join" . }}</h1>
<p>{{ T "community_introduce" . }}</p>
</span>
2024-04-21 23:04:16 +00:00
</div>
2024-04-25 22:15:39 +00:00
</div>
2024-04-21 23:04:16 +00:00
</section>
2024-04-25 22:15:39 +00:00
{{ partial "community_links.html" . -}}
2024-04-21 23:04:16 +00:00
2024-04-25 22:15:39 +00:00
{{ with .Content -}}
2024-04-21 23:04:16 +00:00
<div class="td-content">
2024-04-25 22:15:39 +00:00
{{ . }}
2024-04-21 23:04:16 +00:00
</div>
2024-04-25 22:15:39 +00:00
{{- end -}}
2024-04-21 23:04:16 +00:00
{{ end }}