Skip to content

Instantly share code, notes, and snippets.

@tkh44
Created May 17, 2012 21:15
Show Gist options
  • Save tkh44/2721631 to your computer and use it in GitHub Desktop.
Save tkh44/2721631 to your computer and use it in GitHub Desktop.
TT for array of array of hashes
[% FOREACH showcased_features IN data.feature_collection -%]
[% FOREACH feature IN showcased_features -%]
<p>[% feature.name -%]</p>
<p>[% feature.recommended -%]</p>
<p>[% feature.helpurl -%]</p>
[% END -%]
[% END -%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment