﻿---
title: Boilerplate example
guid: 50eaa9ef-80a1-4b59-9df2-ef126c99aeb2
----
# Boilerplate example
This file is an example of how you should structure your documentation 

## Examples
<div data-livepreview>
    <div class="boilerplate"> 
        <h2 class="boilerplate-headline">Boilerplate headline</h2>
    </div>
</div>

## Code
```html
<div class="boilerplate">
    <h2 class="boilerplate-headline">Boilerplate headline</h2>
</div>
```  