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

Enter some text here I will convert it unsing unl.ru for you

Text

Settings

{% else %}
{% if output['error'] %}

Error

        {{ output['error'] }}
        
{% endif %} {% if output['unl'] %}

Unl

{{ output['svg'] | safe }}
            
            {{ output['dot'] }}
            
            
{% endif %} {% if output['rdf'] %}

RDF

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

UNL

        
            {{ unl }}
        
        
{% endif %} {% endblock %}