Skip to content

Instantly share code, notes, and snippets.

@frightenedmonkey
Created December 20, 2012 05:37
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 frightenedmonkey/4343167 to your computer and use it in GitHub Desktop.
Save frightenedmonkey/4343167 to your computer and use it in GitHub Desktop.
A sample of a mustache-based template for the markup used to display the fan_converter.
<script type="text/html" id="mustacheTemplate">
<div id="wetpaint-fan-converter">
<div class="wrapper">
<div class="cta">{{{fb}}}</div>
<div class="content">
<div class="primary-message">{{message}}</div>
<ul>
<li><a id="fc-no-thanks">No Thanks</a></li>
<li><a id="fc-already-like">Already Like</a></li>
<li><a id="fc-close">Close</a></li>
</ul>
</div>
</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment