Files
menav/templates/pages/content.hbs

11 lines
359 B
Handlebars
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{!-- content.hbs - 内容页Markdown -> HTML构建期渲染 --}}
<div class="page-template page-template-{{pageId}} page-template-content">
{{> page-header}}
<div class="category content-category">
<article class="content-page" data-content-file="{{contentFile}}">
{{{contentHtml}}}
</article>
</div>
</div>