File: feature-frequency-detail.html

package info (click to toggle)
q2-feature-table 2022.11.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,576 kB
  • sloc: javascript: 34,249; python: 5,605; makefile: 35; sh: 25
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
{% extends "tabbed.html" %}

{% block tabcontent %}
  <div class="row">
    <div class="col-lg-12">
      {{ feature_frequencies_table }}
    </div>
  </div>
{% endblock %}