{% extends "base.html" %} {% block title %}UNL 2 RDF demo{% endblock %} {% block content %} {% if not unl %}
{{ output['error'] }}{% endif %} {% if output['svg'] %}
{{ output['dot'] }}
{{ output['rdf'] }}
{% endif %}
{{ unl }}
{% endif %}
{% endblock %}