{% assign include_width = "" %} {% assign include_height = "" %} {% if include.width %} {% capture include_width %} width="{{ include.width }}"{% endcapture %} {% endif %} {% if include.height %} {% capture include_height %} height="{{ include.height }}"{% endcapture %} {% endif %}