{% extends "govuk/govuk_template.html" %} {% block head %} {% include "toolkit/layouts/_custom_dimensions.html" %} {% include "toolkit/layouts/_stylesheets.html" %} {% include "toolkit/layouts/_site_verification.html" %} {% endblock %} {% block cookie_message %} {% include "toolkit/layouts/_cookie_message.html" %} {% endblock %} {% block header_class %}with-proposition{% endblock %} {% block inside_header %} {% include "toolkit/inside-header.html" %} {% endblock %} {% block proposition_header %} {% include "toolkit/proposition-header.html" %} {% endblock %} {% block after_header %} {# Changing cookie name will require an update to the following files: #} {# digitalmarketplace-frontend-toolkit/toolkit/javascripts/user-research-consent-banner.js #} {# digitalmarketplace-user-frontend/app/main/views/notifications.py #} {% if not current_user.user_research_opted_in and not 'seen_user_research_message' in request.cookies %} {% include "toolkit/user-research-consent-banner.html" %} {% endif %} {% endblock %} {% block content %} {% block top_header %} {% endblock %} {% block breadcrumb %}{% endblock %}