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

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

{% if page.page-title-description %}
{{ page.page-title-description }}
{% endif %} {% if page.page-title-actions %}
{% if page.page-title-actions == 'users' %}
{% include ui/button.html text="New user" color="primary" icon="plus" %}
{% elsif page.page-title-actions == 'calendar' %}
{% include ui/button.html text="Add event" color="primary" icon="plus" %}
{% else %} {% 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 %}
{% endif %}