File: details-data.html

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (13 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
          <section class="m-doc-details" id="{{ data.id }}"><div>
            <h3>
              {{ prefix }}<a href="#{{ data.id }}" class="m-doc-self">{{ data.name }}</a>{% if data.type_link %}: {{ data.type_link }}{% endif %}
              {# the empty line needs to be here to prevent the lines from merging #}

            </h3>
            {% if data.summary %}
            <p>{{ data.summary }}</p>
            {% endif %}
            {% if data.content %}
{{ data.content }}
            {% endif %}
          </div></section>