Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 26, 2011 00:20
Show Gist options
  • Save wfaler/795989 to your computer and use it in GitHub Desktop.
Save wfaler/795989 to your computer and use it in GitHub Desktop.
reuse.ssp
<% import org.bowlerframework.view.scalate.SimpleComponent._ %>
<%@ val tuple: scala.Tuple2[String, String] %>
Here is your template body..
${unescape(show(tuple))}
..here's the rest of your template body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment