Sha256: 718f9ea6b2861aa4b28f69215d5695fa044ac8f0208ae3d45cd1a6115fa3d43f
Contents?: true
Size: 879 Bytes
Versions: 12
Compression:
Stored size: 879 Bytes
Contents
{% if hero %} <section class="usa-hero"{% if hero.image %} style="background-image: url('{{ hero.image | relative_url }}')"{% endif %}> <div class="usa-grid"> <div class="usa-hero-callout usa-section-dark"> {% if hero.callout %} <h2> {% if hero.callout.alt %} <span class="usa-hero-callout-alt">{{ hero.callout.alt }}</span> {% endif %} {{ hero.callout.text | default: hero.callout }} </h2> {% endif %} {% if hero.link %} <a class="usa-hero-link" href="{{ hero.link.href | relative_url }}"> {{ hero.link.text }} </a> {% endif %} {{ hero.content | markdownify }} {% if hero.button %} <a class="usa-button" href="{{ hero.button.href | relative_url }}"> {{ hero.button.text }} </a> {% endif %} </div> </div> </section> {% endif %}
Version data entries
12 entries across 12 versions & 2 rubygems