{% assign title = page.title %} {% assign description = page.description %} {% assign buttons = page.buttons || [] %} {% assign logo = page.logo %}
menu

{{page.title}} {% if page.logo %} {% endif %}

{% if page.description %}

{{page.description}}

{% endif %} {% if buttons %}
{% for button in buttons %} {{button.title}} {% endfor %} {% endif %}