mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
9 lines
205 B
HTML
9 lines
205 B
HTML
<h3 class="bd-menu-heading js-menu-heading">
|
|
{% if include.icon %}
|
|
<span class="icon">
|
|
<i class="{{ include.icon }}"></i>
|
|
</span>
|
|
{% endif %}
|
|
<strong>{{ include.label }}</strong>
|
|
</h3>
|