template.handlebars 233 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Craig Fletcher's CV</title>
  5. {{#if meta.styles}}
  6. <style type="text/css">
  7. {{{ meta.styles.content }}}
  8. </style> {{/if}}
  9. </head>
  10. <body>
  11. <section>
  12. {{{ item.content }}}
  13. </section>
  14. </body>
  15. </html>