replace.html 231 B

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