You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
335 B
9 lines
335 B
<include("../layout", {title: "Stories", site: "story"})>
|
|
<@body>
|
|
<background src="/assets/images/bg.png" opacity=0.25 />
|
|
<story-menu categories=input.categories selected=(input.selected || {}) menuTags=input.menuTags user=input.user />
|
|
<main>
|
|
<story-list stories=input.stories />
|
|
</main>
|
|
</@body>
|
|
</include>
|