kopia lustrzana https://github.com/Yakifo/amqtt
14 wiersze
302 B
Django/Jinja
14 wiersze
302 B
Django/Jinja
{% extends "_base/class.html.jinja" %}
|
|
|
|
{% block signature scoped %}
|
|
{% if config.extra.class_style != 'simple' %}
|
|
{{ super() }}
|
|
{% endif %}
|
|
{% endblock signature %}
|
|
|
|
{% block bases scoped %}
|
|
{% if config.extra.class_style != 'simple' %}
|
|
{{ super() }}
|
|
{% endif %}
|
|
{% endblock bases %}
|