Skip to content

Instantly share code, notes, and snippets.

@ethnt
Created May 13, 2010 19:51
Show Gist options
  • Save ethnt/400373 to your computer and use it in GitHub Desktop.
Save ethnt/400373 to your computer and use it in GitHub Desktop.
{% (this is a block) %}
${ (this is an expression) }
$this_is_a_variable
${ this_is_also_a_variable }
${ variable | this_is_a_filter("and", "these are", arguments) }
$variable.these.are.attributes
this == is + an ~ "expression"
{# this is a comment, and is removed when the template is built #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment