css-button.mustache revision 3dde601567dd6bab7c9f86e64a472c4d90b03cf6
<div class="intro">
<p>In this example, we'll look at a few ways to provide additional styles to the `'cssbutton'` module.</p>
</div>
<link rel="stylesheet" href='{{yuiBuildUrl}}/cssbutton/cssbutton.css'></link>
<style>{{>css-button-source-css}}</style>
<div class="example">
{{>css-button-source}}
</div>
<h4>CSS</h4>
```
{{>css-button-source-css}}
```
<h4>HTML</h4>
```
{{>css-button-source}}
```