{% extends "layout.html" %} {% block body %}

{% set original_term = site.get(this.path) %} {% if this.alt != "en" %}{{ original_term.term }} / {% endif %}{{ this.term }}

{{ this.definition|safe }} {% if this.spelling %}
Spelling notes: {{ this.spelling }}
{% endif %} {% if this.translation %}
Translation notes: {{ this.translation }}
{% endif %}
{% endblock %}