inheritance.extend.include.html 309 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>My Application</title>
  4. <script src="jquery.js"></script>
  5. </head>
  6. <body>
  7. <h2>Page</h2>
  8. <p>Some content</p>
  9. <div class="window"><a class="close" href="#">Close</a>
  10. <h2>Awesome</h2>
  11. <p>Now we can extend included blocks!</p>
  12. </div>
  13. </body>
  14. </html>