Skip to content

Instantly share code, notes, and snippets.

@snim2
Created August 7, 2011 15:52
Show Gist options
  • Select an option

  • Save snim2/1130476 to your computer and use it in GitHub Desktop.

Select an option

Save snim2/1130476 to your computer and use it in GitHub Desktop.
How to use repeated sections using a go-based web framework, such as go for appengine
{.section SharedStreams}
{.repeated section SharedStreams}
<h3><a href="{Url}">{Name|html}</a></h3>
<p>{Description|html}</p>
{.end}
{.or}
<p>No users have shared data streams with you, why not <a href="/newstream">create one</a> of your own!</p>
{.end}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment