_data/navigation.json: { "sidemenu": [ "Home", "Contact", "About" ] } template.njk: {% for item in navigation.sidemenu %} {{ item }} {% endfor %}