Skip to content

Instantly share code, notes, and snippets.

@Breefield
Last active August 29, 2015 13:58
Show Gist options
  • Save Breefield/9946276 to your computer and use it in GitHub Desktop.
Save Breefield/9946276 to your computer and use it in GitHub Desktop.
<div class="big-number">
<h1>{{ options.speed }}</h1>
{{#if options.speed > 500}}
<p>Wow that's really fast
{{/if}}
</div>
<style type="text/css">
#plugin-{{id}} {
width: {{ options.speed }};
}
.big-number {
padding: 20px;
background: #111;
color: #FFF;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment