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

[comment @main /]
[template public myTemplate(myParam : ecore::EPackage)]
  [file (myParam.name + '.txt', overwrite)]
    first line
    [let name = myParam.name][name/]
    [/let]
    last line
  [/file]
[/template]