1234567891011121314151617 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Test Comment</title>
- </head>
- <body>
- {# comment1 #}
- bla
- {# comment2 #}
- blue
- {% comment %}
- Block Comment
- {% endcomment %}
- black
- </body>
- </html>
|