alvarocastro/ember-draggable-modifiers

View on GitHub
packages/test-app/app/components/ui/section/index.hbs

Summary

Maintainability
Test Coverage
<article id="{{this.anchorId}}" class="mb-5" ...attributes>
  {{#if @title}}
    <h1 class="mb-4">{{@title}}</h1>
  {{/if}}

  {{yield}}
</article>