Newer
Older
express-blog / src / views / pages / post.handlebars
@Jason Jason on 3 Jun 218 bytes modified: ecosystem.config.js
{{#section "styles"}}
<link rel="stylesheet" href="/static/css/post.css" />
{{/section}}
<div class="post-content">
  {{{content}}}
</div>
{{#section "scripts"}}
<script src="/static/js/post.js"></script>
{{/section}}