{% if page.page-title or layout.page-title %}
{% if page.page-pretitle %}
Overview
{% endif %}

{{ page.page-title | default: layout.page-title }}

{% if page.page-title-actions %}
{% include ui/button.html text="New view" color="secondary" icon="plus" %} {% include ui/button.html text="Create new report" color="primary" class="ml-3" %}
{% endif %}
{% endif %}