[[.import name=include ]] [[\ # Spyce can also generate other content types # The following code displays the Spyce logo response.setContentType('image/gif') response.write(include.dump('spyce.gif', 1)) raise spyceDone ]]
Back to List of Examples