{% extends "base.html" %} {% block title %}{{ term.name or term.identifier }}{% endblock title %} {% macro display_value(v) %} {% if v.prefix %} {{ v.curie }} {% elif v.datatype.identifier == "anyURI" %} {{ v.value }} {% else %} {{ v.value }} {% endif %} {% endmacro %} {% block content -%}
{{ term.definition }}
{% endif %}