<!-- START: 01-molekyler-04-grupper-01-grupperte-fremhevede-knapper JS doc: cardsToggle.js, truncateLines.js -->
<div class="a-noColPadding clearfix" role="list">
  {{# box-button-list }}
  <div class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2" role="listitem">
    {{> atomer-knapp-fremhevet-stor }}
  </div>
  {{# has-children }}
  <div role="list" class="a-childBoxButtonList" id="{{ child-boxes-container-id }}" style="display: none">
    {{# child-box-buttons }}
    <div role="listitem" class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2">
      {{> atomer-knapp-fremhevet-stor }}
    </div>
    {{/ child-box-buttons }}
  </div>
  {{/ has-children }} {{/ box-button-list }} {{# box-button-list-add }}
  <div role="listitem" class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2">
    {{> atomer-handlingsknapp-stor }}
  </div>
  {{/ box-button-list-add }}
</div>

<!-- END: 01-molekyler-04-grupper-01-grupperte-fremhevede-knapper -->