Skip to content

Instantly share code, notes, and snippets.

@vietnt
Created July 25, 2011 04:39
Show Gist options
  • Save vietnt/1103568 to your computer and use it in GitHub Desktop.
Save vietnt/1103568 to your computer and use it in GitHub Desktop.
template_engine
// inspired by python, razor
ul
@foreach (var item in menus)
li
a [href='@item.Link']
@item.Text
p
Sum: @x + @y = @(x + y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment