{% extends "base_vue.html" %} {% from "_macros.html" import render_resource_link, render_rdfa_resource_link, get_label, facts_panel, summary_panel, content %} {% block title %}{{g.get_label(this)}}{% endblock %} {% block content %} {% set attributes = this | include("attributes") | fromjson %} {% if attributes.description | length > 0 %}
{{attributes.description[0].value}}
{% endif %}