append.html 258 B

12345678910111213
  1. {{#extend "layout"}}
  2. {{#content "header" mode="append"}}
  3. <h2>Goodnight Moon</h2>
  4. {{/content}}
  5. {{#content "body" mode="append"}}
  6. <p>Dolor sit amet.</p>
  7. {{/content}}
  8. {{#content "footer" mode="append"}}
  9. <p>MIT License</p>
  10. {{/content}}
  11. {{/extend}}