* The following example will attach ''myfilefooter.pdf'' if the Type/Template is Contract, and ''myotherfilefooter.pdf'' if not:
<pre>
<!--@sslogic('"@type@'"='"Contract'") --> <!--@ssattach(after;/files/1234/123/myfilefooter.pdf )-->
<!--@else-->
<!--@ssattach(after;/files/1234/123/myotherfilefooter.pdf )-->