{% extends 'flont/base.html' %} {% load static %} {% block head %} {% endblock head %} {% block body %} {% include 'flont/searchbar.html' %} {% if entity_type == "literal" %} {% include 'flont/literal.html' with literal=entity_data %} {% elif entity_type == "entry" %} {% include 'flont/lexical_entry.html' with entry=entity_data %} {% elif entity_type == "sense" %}

{{ flont_iri }}{{ short_iri }}

{% include 'flont/lexical_sense.html' with sense=entity_data %} {% elif entity_type == "meta" %}

{{ flont_iri }}{{ short_iri }}

{% include 'flont/meta.html' with meta=entity_data %} {% endif %} {% endblock body %}