status.html 298 B

123456
  1. <span class="status{% if include.color %} status-{{ include.color }}{% endif %}{% if include.lite %} status-lite{% endif %}">
  2. {% if include.dot %}
  3. <span class="status-dot{% if include.animated %} status-dot-animated{% endif %}"></span>
  4. {% endif %}
  5. {{ include.text | default: 'Status' }}
  6. </span>