{% extends "components/node/root.jinja" %} {%- set sdoc_entity = document -%} {% block sdoc_entity %} {# TODO #}

{{document.title}}

{# TODO: META: same code at /templates/screens/document/table/main.jinja #} {%- if document.config.has_meta() -%} {%- if document.config.uid -%} UID: {{ document.config.uid }} {%- endif -%} {%- if document.config.version -%} VERSION: {{ document.config.version }} {%- endif -%} {%- if document.config.classification -%} CLASSIFICATION: {{ document.config.classification }} {%- endif -%} {%- endif -%} {% include "components/abstract/index.jinja" %} {% endblock %}