goffeetabler/liquid/includes/ui/hr.html
2026-05-01 12:46:11 -05:00

1 line
254 B
HTML

<div class="hr-text{% if include.position %} hr-text-{{ include.position | downcase }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}{% if include.class %} {{ include.class }}{% endif %}">{{ include.text | default: 'Label' }}</div>