File: class.html.jinja

package info (click to toggle)
amqtt 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,660 kB
  • sloc: python: 14,565; sh: 42; makefile: 34; javascript: 27
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
{% 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 %}