| **Navigation:**  T4 Template Language Reference > [[t4 templates.htm|Overview]] >Matching T4 Directives with Win32 template language | [[t4 templates.htm|{{btn_prev_n.gif|Previous page}}]][[t4 templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[t4 syntax.htm|{{btn_next_n.gif|Next page}}]] | | || | T4 Directive | Clarion Win32 # | | <;#@ template #> | #PROCEDURE, #CODE, etc. | | <;#@ include #> | #INCLUDE | | <;#@ property #> | #PROMPT | | StatementBlocks <;# #> | %Symbol or template code | | TextBlocks | inline text | | ClassStatementBlocks <;#+ #> | #GROUP | | GlobalStatementBlocks <;#* #> | #GROUP at the template level or a Global %Symbol | | EmbedDirective <;#% #> | #EMBED | | AtmbedBlock <;#%+ #> /  <;#%- #> | #AT / #ENDAT | | ExpressionBlocks <;#= #> | %(%Symbol) |