Post template

This commit is contained in:
Sodbileg Gansukh
2023-07-13 14:56:13 +08:00
parent b30af5107a
commit 4739b08e25
7 changed files with 488 additions and 15 deletions

View File

@@ -1,2 +1,6 @@
{{!< default}}
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
{{> "components/header" headerStyle=@custom.header_style}}
{{> "components/featured" showFeatured=@custom.show_featured}}
{{> "components/post-list" postListStyle=@custom.post_list_style}}