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