<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">

<div class="intro">
    <p>
        {{description}} Be assured to add <b>data-focusable="true"</b> to the buttons. This will make the focusmanager focus the buttons.
    </p>
</div>

<h2>Code</h2>
```
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">

<script>
{{>custom-buttons-js}}
</script>
```

<script>
{{>init-loaderconfig-js}}
{{>loaderconfig-js}}
{{>custom-buttons-js}}
</script>