1
0
Fork 0
mirror of https://github.com/vale981/Vulcan synced 2025-03-12 21:36:38 -04:00
Vulcan/packages/telescope-singleday/lib/client/templates/single_day.html

7 lines
127 B
HTML
Raw Normal View History

<template name="singleDay">
{{#if showDateNav}}
{{> singleDayNav}}
{{/if}}
{{> posts_list data=context}}
</template>