Skip to content

Instantly share code, notes, and snippets.

@latompa
Created March 3, 2016 20:27
Show Gist options
  • Save latompa/219fbebaf5ec69815703 to your computer and use it in GitHub Desktop.
Save latompa/219fbebaf5ec69815703 to your computer and use it in GitHub Desktop.
[:multi,
[:mustache, :etag, [:mustache, :fetch, ["hello"]]],
[:static, "\n\n"],
[:mustache,
:section,
[:mustache, :fetch, ["repo"]],
[:multi,
[:static, " <b>"],
[:mustache, :etag, [:mustache, :fetch, ["name"]]],
[:static, "</b>\n"]],
" <b>{{name}}</b>\n",
["{{", "}}"]],
[:static, "\n"],
[:mustache, :etag, [:mustache, :fetch, ["footer"]]],
[:static, "\n"]]
{{hello}}
{{#repo}}
<b>{{name}}</b>
{{/repo}}
{{footer}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment