posabsolute/inker

View on GitHub
src/templates/components/_component.panel.html

Summary

Maintainability
Test Coverage
{% macro panel(label='', size='twelve', class='') %}
    <table class="{{size}} {{class}} columns">
      <tr>
        <td class="panel">

          {{label}}

        </td>
        <td class="expander"></td>
      </tr>
    </table>
{% endmacro %}