Skip to content

Instantly share code, notes, and snippets.

@rafshar
Created January 9, 2012 02:45
Show Gist options
  • Save rafshar/1580741 to your computer and use it in GitHub Desktop.
Save rafshar/1580741 to your computer and use it in GitHub Desktop.
<script id="layer_group" type="text/html">
<div class="group_header"><input type="checkbox" class="layer_status"{{#enabled}} checked{{/enabled}}> {{name}}</div>
{{>options_safety}}
</script>
<script id="options_safety" class="partial" type="text/html">
<div class="group_options">
<label for="safety_control">Minimum Desired Safety Level</label>
<input type="range" name="safety_control" id="safety_control">
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment