{% set items=[{title: "+ Styling", url: "", children: [{title: "Interiors", url:"interiors"}, {title: "Still Life", url:"still-life"}, {title: "Kids", url:"kids"}]}, {title: "About", url: "about"}, {title: "Contact", url: "contact"}] %} {% if style == "normal" %} {% set fontColour = "black" %} {% set headerPos = "relative" %} {% elif style == "full" %} {% set fontColour = "white" %} {% set headerPos = "absolute" %} {% endif %}
Lisa McKinney