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