Vulcan/packages/telescope-pages/lib/client/templates/page.html
2015-09-17 14:51:14 +09:00

10 lines
No EOL
268 B
HTML

<template name="page">
{{#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>
{{/with}}
</template>