6 lines
300 B
Handlebars
6 lines
300 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_publication_info_sidebar}}
|
||
|
</main>
|