{% if first_item %} {% with item_file="shared/contextual_footers/" + first_item + ".html" %} {% include item_file %} {% endwith %} {% endif %} {% if second_item %} {% with item_file="shared/contextual_footers/" + second_item + ".html" %} {% include item_file %} {% endwith %} {% endif %} {% if third_item %} {% with item_file="shared/contextual_footers/" + third_item + ".html" %} {% include item_file %} {% endwith %} {% endif %}