Vulcan/packages/telescope-pages/lib/client/templates/page.html

10 lines
268 B
HTML
Raw Normal View History

<template name="page">
2015-09-17 14:51:14 +09:00
{{#with page}}
<div class="page-container">
<h2 class="page-title">{{title}}</h2>
<div class="page-body markdown" aria-live="polite">
{{#markdown}}{{content}}{{/markdown}}
</div>
</div>
2015-09-17 14:51:14 +09:00
{{/with}}
</template>