zed/server/templates/story.hbs

8 lines
168 B
Handlebars
Raw Normal View History

{{#> layout }}
<div class="container mx-auto max-w-screen-md p-10 pt-20">
<h1 class="text-white text-4xl font-extralight mb-10">Our Story</h1>
</div>
{{/layout}}