{% if settings and (settings.page_logo or settings.page_title) %}
{% if settings.page_logo %}
{% endif %} {% if settings.page_title %}
{{ settings.page_title }}
{% endif %}
{% endif %}
{% for btn in buttons %}
{% if btn.logo %}
{% endif %} {% if btn.title %}
{{ btn.title }}
{% endif %} {% if btn.desc %}
{{ btn.desc }}
{% endif %}
{% endfor %} {% if not buttons %}
There are currently no apps to be displayed. Check back later.
{% endif %}