mirror of
https://github.com/tabler/tabler.git
synced 2026-07-17 02:51:41 +04:00
4 lines
228 B
HTML
4 lines
228 B
HTML
{% capture class %}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}{% endcapture %}
|
|
{% assign class = class | strip %}
|
|
<i class="icon fe fe-{{ include.icon }}"></i>
|