mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
No EOL
268 B
HTML
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> |