|
{% if app_url %}
{{ app_name }}
{% else %}
{{ app_name }}
{% endif %}
{% block content %}
{% endblock %}
|