include.yield.nested.html 282 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title></title>
  4. </head>
  5. <body>
  6. <h1>Page</h1>
  7. <div id="content">
  8. <div id="content-wrapper">
  9. <p>some content</p>
  10. <p>and some more</p>
  11. </div>
  12. </div>
  13. <div id="footer">
  14. <stuff></stuff>
  15. </div>
  16. </body>
  17. </html>