Here is a sample tt template (sample.tt):
<#@ output extension=”.txt” #>
<# for(int i =0; i < 10; i++) {#>
<#=i #>
<# }
#>
<#@ include file=”testme.t4″ #>
I can see how useful this can be in reducing repetative code.
Random outpourings of a software developer
Here is a sample tt template (sample.tt):
<#@ output extension=”.txt” #>
<# for(int i =0; i < 10; i++) {#>
<#=i #>
<# }
#>
<#@ include file=”testme.t4″ #>
I can see how useful this can be in reducing repetative code.