simple-button-source.mustache revision e2f644c80c2428330032af20658279d458938f20
<style>
{{>simple-button-source-css}}
</style>
<script>
{{>simple-button-source-js}}
</script>
<button id="myButton">Push Button</button>
<button id="myToggleButton">Toggle Button</button>