body-placeholder.html 276 B

12345
  1. {% assign width = include.width | default: 400 %}
  2. {% assign height = include.height | default: 200 %}
  3. <div class="card-body p-0{% if include.class %} {{ include.class }}{% endif %}">
  4. {% include ui/svg.html width=width height=height ratio=include.ratio class="w-100" %}
  5. </div>