Newer
Older
express-blog / src / views / pages / home.handlebars
@Jason Jason on 16 May 90 bytes new file: .gitignore
<section>
  <h2>{{title}}</h2>
  <article>
    <p>{{content}}</p>
  </article>
</section>