{% if stacked_image %}
{% endif %}

{{ title | safe }}

{% if subtitle %}

{{ subtitle | safe }}

{% endif %}
{% if header_image %}
{% if 'http' not in header_image %} {% set image_url = "https://assets.ubuntu.com/v1/" + header_image %} {% else %} {% set image_url = header_image %} {% endif %} {# To make it look as close as possible to homepage takeover we can't use image-template the homepage takeover uses JS to populate the HTML attributes #}
{% endif %}