{% set width = width|default('100%') %}
{% set height = height|default('100%') %}
{% set class = class|default('p-1 w-full h-full') %}
{% set navbar_class = navbar_class|default('icon menu fixed') %}
{% if hide_icon != true %}
{% endif %}
{{ (title is not empty) ? title }}
{{ file_name }}