{# Make sure any variables are listed inside the following if statement #} {% if context %} {% set type = context.type %} {% set text = context.text %} {% set scrollToId = context.scrollToId %} {% set example = context.example %} {% endif %} {# Determine text, if not explicitly set -#} {% if not text %} {% set text = 'Back to top' %} {% endif %} {% if example == true %}
{% render '@vf-content' %} {% endif %}
{{text}}
{% if example == true %}
{% endif %}