#### Example

```js
<ContentBox>
  <ContentBoxHeader>
    <h5>
      Header
    </h5>
  </ContentBoxHeader>
  <p>
    Content
  </p>
</ContentBox>
```

#### Less variables

```less
@content-box-header-background: @primary-lightest;
@content-box-header-border: 1px solid @primary-lighter;
```
