Add a basic template for the blog stream page.

This commit is contained in:
Tom Alexander
2023-12-19 14:13:29 -05:00
parent 6511115b95
commit 94d9a95967
3 changed files with 59 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
<div class="main_content">
{@select key=.type}
{@eq value="blog_post_page"}{>blog_post_page/}{/eq}
{@eq value="blog_stream"}{>blog_stream/}{/eq}
{@none}{!TODO: make this panic!}ERROR: Unrecognized page content type{/none}
{/select}
</div>