github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/community/list.html (about) 1 {{ define "main" }} 2 3 <a class="td-offset-anchor"></a> 4 <section class="row td-box td-box--1 position-relative td-box--gradient td-box--height-auto"> 5 <div class="container text-center td-arrow-down"> 6 <span class="h4 mb-0"> 7 <h1>Join the {{ .Site.Title }} community</h1> 8 9 <p>{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved. 10 </span> 11 </div> 12 </section> 13 {{ partial "community_links.html" . }} 14 15 <div class="td-content"> 16 {{ .Content }} 17 </div> 18 19 {{ end }}