/src/tests/erlydtl/docroot/comment

http://github.com/zotonic/zotonic · #! · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · 6e88f0f369696d8fc3b93508ed529107 MD5 · raw file

  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>