test_custom_call.html 523 B

1234567891011121314151617181920212223242526
  1. >>>> before custom call tag 'test_comment'
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Test Comment</title>
  7. </head>
  8. <body>
  9. bla
  10. blue
  11. black
  12. </body>
  13. </html>
  14. >>>> after custom call tag 'test_comment'
  15. >>>> before custom call tag 'test_if'
  16. One but not two: two
  17. Two but not one: one
  18. One:
  19. None:
  20. >>>> after custom call tag 'test_if'