{% if not page.choice4url == '' %} {% set colwidth = 3 %} {% else %} {% set colwidth = 4 %} {% endif %}

{{ page.choice1text }}

{{ page.choice2text }}

{{ page.choice3text }}

{% if colwidth == 3 %}

{{ page.choice4text }}

{% endif %}