addons-server/templates/impala/base_shared.html

5 строки
149 B
HTML

{% if webapp or WEBAPPS %}
{% set webapp, WEBAPPS = True, True %}
{% endif %}
{% extends "webapps/base.html" if WEBAPPS else "impala/base.html" %}