You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
624 B
22 lines
624 B
<!-- BEGIN: main -->
|
|
<html>
|
|
<head><title>example 6</title></head>
|
|
<body>
|
|
with SetNullBlock you can set the default value to put if the block doesn't get parsed.<br>
|
|
the default is to wipe it out, but you can set it up to put a custom string.<br>
|
|
|
|
<!-- BEGIN: block -->
|
|
<br>{INTRO_TEXT}<br>
|
|
<b>sub blocks begins here ==> [</b>
|
|
<!-- BEGIN: subblock1 -->
|
|
<b>this is subblock1 _PARSED_</b>
|
|
<!-- END: subblock1 -->
|
|
<!-- BEGIN: subblock2 -->
|
|
<b>this is subblock2 _PARSED_</b>
|
|
<!-- END: subblock2 -->
|
|
<b>] <== sub blocks ends here.</b><br>
|
|
<!-- END: block -->
|
|
<br><br>..got it? :)
|
|
</body>
|
|
</html>
|
|
<!-- END: main -->
|