test_comment.html 390 B

1234567891011121314151617
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Test Comment</title>
  6. </head>
  7. <body>
  8. {# comment1 #}
  9. bla
  10. {# comment2 #}
  11. blue
  12. {% comment %}
  13. Block Comment
  14. {% endcomment %}
  15. black
  16. </body>
  17. </html>