{% if siteInfoData.displayNavBar %} {% if siteInfoData.displayLogo %} {% endif %} Toggle navigation {% if siteInfoData.siteHomeLabel %}{{siteInfoData.siteHomeLabel}}{% else %} Home {% endif %} {% for item in itemList %} {%if item.itemDescription %} {{item.itemDescription}} {% else %} {{item.itemCategory}} {% endif %} {% endfor %}