Skip to content

Instantly share code, notes, and snippets.

@hailwood

hailwood/test.ss Secret

Created January 18, 2016 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hailwood/50bc53c92443522f7646 to your computer and use it in GitHub Desktop.
Save hailwood/50bc53c92443522f7646 to your computer and use it in GitHub Desktop.
<% loop $FuncThatReturnsAnArrayList %>
<h2>Number: {$Num} <%-- $Num = 1,2,3,4... --%></h2>
<% loop $Top.FuncThatReturnsAnotherArrayList %>
<h3>Number Again: {$Up.Num} <%-- $Num = null??? --%></h3>
<% end_loop %>
<% end_loop %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment