6 lines
291 B
Handlebars
6 lines
291 B
Handlebars
{{!< default}}
|
|
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
|
|
|
|
<main class="gh-main">
|
|
{{> "components/post-list" feed="index" postFeedStyle=@custom.post_feed_style showTitle=true showSidebar=@custom.show_site_in_sidebar}}
|
|
</main> |