1 line
76 B
HTML
1 line
76 B
HTML
<div class="{% if height %}{{ height }} {% else %} h-24 {% endif %}"></div>
|
<div class="{% if height %}{{ height }} {% else %} h-24 {% endif %}"></div>
|