{% extends "base.html" %} {% block title %}UNL 2 RDF demo{% endblock %} {% block content %} {% if not unl %}

Enter some UNL here I will convert it for you

Tell me which output(s) you want

{% else %}

UNL

        
            {{ unl }}
        
    
{% if output['dot'] %}

Unl graph

{{ output['dot'] }} {% endif %} {% if output['rdf'] %}

RDF

            
                {{ output['rdf'] }}
            
        
{% endif %} {% endif %} {% endblock %}