Guide for ATTACH statement

ATTACH statement is used for reading attaches of current article. None statement can be nested in ATTACH statement.
1) In article template,ATTACH statement not nested by RS get the attachment list of current article.
2) In page template,ATTACH statement must be nested by RS statement.
3) ATTACH statement nested by RS get the list of attachment of nearest RS. And if this RS is marked with "sql",ATTACH statement will be ignored.
4) Please add "att." prefix before tags.

ATTACH grammar

<att type=(t:STRING) rows=(rows:int)>
    --Input your template content here
</att>