Skip to content

Instantly share code, notes, and snippets.

@gfx
Created June 4, 2010 11:31
Show Gist options
  • Select an option

  • Save gfx/425305 to your computer and use it in GitHub Desktop.

Select an option

Save gfx/425305 to your computer and use it in GitHub Desktop.
{ lang => "Xslate" }を与えたとして、以下のテンプレートは何を出力するべきか
[% FOR item IN [1] %]
[%- SET lang = "TTerse" -%]
Hello, [% lang %] world!
[% END -%]
Hello, [% lang %] world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment