Skip to content

Instantly share code, notes, and snippets.

@jilen
Created January 20, 2016 01:22
Show Gist options
  • Save jilen/640d272ada4bddb3cd7c to your computer and use it in GitHub Desktop.
Save jilen/640d272ada4bddb3cd7c to your computer and use it in GitHub Desktop.
@(bb: String)
@foo(bar: String) = {
@for(i <- 1 to 10) {
<div>
<span>@i</span>
</div>
}
@if(bar == "bar") {
<div>@bar</div>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment