edition/page.hbs

8 lines
114 B
Handlebars
Raw Permalink Normal View History

2024-02-12 12:39:05 +00:00
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="wide"}}
{{/post}}
</main>