zed/server/templates/community.hbs

8 lines
181 B
Handlebars
Raw Normal View History

{{#> layout }}
<div class="container mx-auto max-w-screen-md p-10 pt-20">
2021-09-16 19:01:50 +00:00
<h1 class="text-white text-4xl font-display font-extralight mb-10">Community</h1>
</div>
{{/layout}}