kopia lustrzana https://github.com/Yakifo/amqtt
21 wiersze
684 B
Django/Jinja
21 wiersze
684 B
Django/Jinja
{% extends "_base/function.html.jinja" %}
|
|
|
|
{% block logs scoped %}
|
|
{% if config.extra.template_log_display %}<p style="color:red">function.html.jinja</p>{% endif %}
|
|
{% endblock logs %}
|
|
|
|
{% block heading scoped %}
|
|
{% if config.extra.class_style != 'simple' %}{{ super() }}{% endif %}
|
|
{% endblock heading %}
|
|
|
|
{% block labels scoped %}
|
|
{% if config.extra.class_style != 'simple' %}{{ super() }}{% endif %}
|
|
{% endblock labels %}
|
|
|
|
{% block signature scoped %}
|
|
{% if config.extra.class_style != 'simple' %}{{ super() }}{% endif %}
|
|
{% endblock signature %}
|
|
|
|
{% block contents scoped %}{% if config.extra.class_style != 'simple' %}{{ super() }}{% endif %}
|
|
{% endblock contents %}
|
|
|