{% extends "./base.html" %} {% block classname %}globlocks-text{% if classname %} {{ classname }}{% endif %}{% endblock %} {% block content %}
{% if safe %} {{ text }} {% else %} {{ text|safe }} {% endif %}
{% endblock %}