Newer
Older
express-blog / src / views / pages / post.handlebars
@Jason Jason on 26 Jun 315 bytes new file: data/.git-keep
{{#section "styles"}}
<link rel="stylesheet" href="/static/css/post.css" />
{{/section}}
<div class="markdown-content">
  {{{content}}}
</div>
{{#section "scripts"}}
<script src="/static/js/prism.js"></script>
<script src="/static/js/sticky-toc.js"></script>
<script src="/static/js/post.js"></script>
{{/section}}