[module withIfFalseConditionWithIndentation('http://www.eclipse.org/emf/2002/Ecore')/]

[comment @main /]
[template public myTemplate(myParam : ecore::EPackage)]
  [file (myParam.name + '.txt', overwrite)]
    first text.
    ***[for (myVariable : ecore::EClassifier | myParam.eClassifiers)]
         [if (false)]
           [myParam.name/]
         [/if]
       [/for]
    last text.
  [/file]
[/template]