No notes defined.

<h1 class='c-heading c-heading--minor'>
    Secondary heading
</h1>
<h1 class='{{ get_component_class( 'heading', display ) }}'>
    {% if revolvingText %}
        {% include get_template( 'revolving-text', 'unit' ) with revolvingText %}
    {% else %}
        {% if url %}
            {% include get_template( 'link', 'base' ) with {
                href: url
            } %}
        {% else %}
            {{ text }}
        {% endif %}
    {% endif %}
</h1>
{
  "text": "Secondary heading",
  "display": {
    "modifiers": [
      "minor"
    ]
  }
}