Skip to content

Instantly share code, notes, and snippets.

@davidmcclure
Created February 12, 2014 17:43
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 davidmcclure/8960674 to your computer and use it in GitHub Desktop.
Save davidmcclure/8960674 to your computer and use it in GitHub Desktop.
<script id="static-bubble-template" type="text/template">
<!-- Close "X". -->
<a name="close" class="close">&times;</a>
<!-- Title. -->
<div class="title" rv-html="record:title | recordTitle"></div>
<p class="more-info">Click for more information.</p>
<!-- Body / Item. -->
<div class="content body" rv-html="record:body" rv-show="record:body"></div>
<hr class="content" rv-show="record:item" />
<div class="content item" rv-html="record:item" rv-show="record:item"></div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment