<ul class="sg-elevations">

    {{# items }}
    <li class="sg-elevation">
        <span class="sg-elevationbox {{ value }}"></span>
        <span class="sg-label">
            {{ name }}
            <br /> {{ value }}
            <br /> {{ comment }}
        </span>
    </li>
    {{/ items }}

</ul>
<!--end sg-colors-->

<small>{{{ meta.description }}}</small>
