{%- if description is defined %}
{% endif %} {%- if author is defined %}
{% endif %}
{{ title }}
{{ title }}
{%- if description is defined %}
{{ description }}.
{% endif %}
{% if menu is defined -%}
{%- for item in menu %}
{{ item.label }}
{%- endfor %}
{% endif %}