File: layout.html

package info (click to toggle)
python-seqcluster 1.2.9%2Bds-5
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 113,636 kB
  • sloc: python: 5,308; makefile: 184; sh: 122; javascript: 55
file content (13 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "!layout.html" %}

{%- block extrahead %} 

<script>
((window.gitter = {}).chat = {}).options = {
        room: 'lpantano/seqcluster'
              
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

{% endblock %}