{% if ribbon.shows_title and ribbon.title_icon %}{% endif %}
{% if ribbon.shows_title and ribbon.title %}

{{ ribbon.title }}

{% endif %} {% if ribbon.subtitle %}

{{ ribbon.subtitle }}

{% endif %}
{% if not hide_actions %}
{% include "dlux/ribbon/_actions.html" %}
{% endif %}