Skip to content

Instantly share code, notes, and snippets.

@ss23
Created April 15, 2014 23:11
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 ss23/10787388 to your computer and use it in GitHub Desktop.
Save ss23/10787388 to your computer and use it in GitHub Desktop.
<% if CurrentMember.ID %>
<% Do things %>
Lots of things
<% many many things %>
<% else %>
<% cached MyCache.Keys() %>
<% Do things %>
Lots of things
<% many many things %>
<% end_cached %>
<% end_if %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment