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

Enter some UNL here I will convert it to RDF for you

{% else %}

UNL

    
        {{ unl }}
    

RDF

    
        {{ rdf }}
    
{% endif %} {% endblock %}