File: content.html

package info (click to toggle)
mkdocs-bootstrap 0.2.0%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 19; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
{% if page and page.meta and page.meta.source %}
<div class="source-links">
{% for filename in page.meta.source %}
    <span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}

{% if page and page.content %}{{ page.content }}{% endif %}