1234567891011121314151617181920212223242526 |
- >>>> before custom call tag 'test_comment'
- <!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>
-
- bla
-
- blue
-
- black
- </body>
- </html>
- >>>> after custom call tag 'test_comment'
- >>>> before custom call tag 'test_if'
- One but not two: two
- Two but not one: one
- One:
- None:
- >>>> after custom call tag 'test_if'
|