Consider the following code:
<~list_table>
#<~f[pagesize]>#<br>
#<~f[nonexistent]>#<br>
The output, as expected, is:

The output of the whole main.html is empty with the next code:
<~list_table>
#<~f[pagesize]>#<br>
#<~f[nonexistent]>#<br>
#<~f>#<br>

I expect empty string or 'array()' as a result of parsing <~f> tag
Consider the following code:
The output, as expected, is:
The output of the whole
main.htmlis empty with the next code:I expect empty string or 'array()' as a result of parsing
<~f>tag