include yslt.yml2 tstylesheet { include standardlib.ysl2 template "/" { apply "/DSLName//recipe", 0 } template "recipe" document "build/recipe_{@name}.md", "text" { || # «@name» ## Ingedients ``apply "ingredients", 0 ## Preparation «text()» || } template "ingredients", "text" { || The ingredients you need: ``apply "item", 0 || } template "item", "text" { || * «@name» || } }