{% extends "_base/function.html.jinja" %} {% block logs scoped %} {% if config.extra.template_log_display %}
function.html.jinja
{% 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 %}