<div class="intro">
<p>{{description}}</p>
</div>

<div id="demo" class="example">
{{>search-full}}
</div>

<h3>Setting Up the Interface</h3>
<p>First we need to construct the HTML for the table and controls.</p>
```
{{>search-html-markup}}
```

<p>Now let's jazz it up a bit with some CSS.</p>
```
{{>search-css-styles}}
```


<h2>JavaScript</h2>
<h3>Setting Up the YUI Instance</h3>
<p>Now we need to create our YUI instance and tell it to load the modules.</p>
```
{{>search-js-startup}}
```

<h3>The Whole Example</h3>
<p>Now let's see it all together!</p>
```
{{>search-full}}
```
