• {% if icon_position == "left" %} {% include "texsitecleanblog/includes/icon.html" with icon=icon only %} {{ label }} {% elif icon_position == "right" %} {{ label }} {% include "texsitecleanblog/includes/icon.html" with icon=icon only %} {% else %} {{ label }} {% endif %}