<a href="#" class="c-link c-link--with-icon o-icons--before o-icons o-icons--caution">Link caution</a>
{{#if headline}}
    <h4 class="u-typo:m o-icons--before o-icons o-icons--{{modifier}}">
        {{linkLabel}}
    </h4>
{{else}}

    {{#if span}}
        <span class="o-icons--before o-icons o-icons--{{modifier}}">
            {{linkLabel}}
        </span>
    {{else}}

        {{#if svg}}
            <a href="#" class="c-link c-link--with-icon">{{render '@icons--edit'}}{{linkLabel}}</a>
        {{else}}

            <a href="{{url}}" class="c-link c-link--with-icon o-icons--before o-icons o-icons--{{modifier}}" {{{title}}} {{{target}}} {{attribute}}>{{linkLabel}}</a>
        {{/if}}

    {{/if}}

{{/if}}
{
  "linkLabel": "Link caution",
  "url": "#",
  "modifier": "caution"
}

There are no notes for this item.