{% if url is starting_with("@/") -%}
  {% set url = get_url(path=url, lang=lang) -%}
{% endif %}
<a class="button {{ class | default(value="") }}" href="{{ url }}">
  {{ body }}
</a>