{% if class %} {% else %} {% endif %}

{{ title | safe}}

{% if subtitle %}

{{ subtitle |safe }}

{% endif %} {% if date %}

{{ date }}

{% endif %} {% if cta %}

{{ cta }}

{% 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 %} {% if header_image_width %} {{ image( url=image_url, alt="", height=header_image_height, width=header_image_width, hi_def=True, loading="auto" ) | safe }} {% else %} {% endif %}
{% endif %}