{% load wagtailimages_tags %} {% block content %} {% image value.logo_image width-200 as logo %} {% for item in value.nav_items %} {{ item.link_text }} {% endfor %} {{ value.login_button_text }} {{ value.cta_button_text }} {% for item in value.nav_items %} {{ item.link_text }} {% endfor %} {{ value.login_button_text }} {{ value.cta_button_text }} {% endblock %}