index.handlebars 72 B

12345
  1. {{> header }}
  2. <section>
  3. {{{ item.content }}}
  4. </section>
  5. {{> footer }}