template_inheritance.txt 159 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>This is a title</title>
  5. </head>
  6. <body>
  7. <h1>
  8. This is a heading
  9. </h1>
  10. <p>Body!</p>
  11. </body>
  12. </html>