{% if title %}

{{ title }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if links %} {% for link in links %}

{% if not style == "largebox" %}ยป {% endif %}{{ link.text }}

{% endfor %} {% endif %}