Newer
Older
express-blog / src / views / pages / about.handlebars
<!-- pages/about.handlebars -->
<section>
  <h2>About</h2>
  <article>
    <p>This blog is maintained by Jason Poage. It covers programming, technology, and related topics.</p>
  </article>
</section>