{% removeemptylines %} {% assign link = include.link | default: false %} <{% if link %}a href="#"{% else %}div{% endif %} class="card{% if include.active %} card-active{% endif %}{% if include.inactive %} card-inactive{% endif %}{% if include.class %} {{ include.class }}{% endif %}"> {% if include['empty'] %} {% include ui/empty.html illustration=true %} {% else %} {% if include.img-top %} {% include ui/photo.html id=img-id class="card-img-top" ratio="21x9" id=7 %} {% endif %} {% if include.status-top %}
{% elsif include.status-bottom %}
{% elsif include.status-left %}
{% endif %} {% if include.header or include.header-title or include.header-tabs or include.header-pills %}
{% if include.header-tabs or include.header-pills %} {% include ui/nav.html header=true pills=include.header-pills tabs=include.header-tabs %} {% else %}

{{ include.header-title | default: 'Header title' }}

{% endif %}
{% endif %} {% if include.alert %}
{{ include.alert }}
{% endif %}
{% if include.title %}

{{ include.title }}

{% endif %} {% if include.subtitle %}
Card subtitle
{% endif %} {% if include.body %}

{{ include.body }}

{% else %}

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima neque pariatur perferendis sed suscipit velit vitae voluptatem.

{% endif %} {% if include.button %}
Go somewhere
{% endif %}
{% if include.footer or include.footer-button or include.footer-buttons or include.footer-elements %} {% endif %} {% if include.img-bottom %} {% include ui/photo.html id=img-id class="card-img-bottom" ratio="21x9" id=11 %} {% endif %} {% if include.progress %} {% include ui/progress.html class="progress-sm card-progress" %} {% endif %} {% endif %} {% endremoveemptylines %}