[buildout] parts = apply-template [download-input] recipe = hexagonit.recipe.download url = http://www.google.com/index.html filename = template-input.html [apply-template] recipe = collective.recipe.template input = ${download-input:location}/${download-input:filename} output = ${buildout:directory}/output.html