Mercurial > repos > chrisb > gap_all_glycan_tools
comparison get_data/cfg_array/templates/base.html @ 0:89592faa2875 draft
Uploaded
author | chrisb |
---|---|
date | Wed, 23 Mar 2016 14:35:56 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:89592faa2875 |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 <head> | |
4 <title> {{title}} </title> | |
5 <meta charset="UTF-8"> | |
6 </head> | |
7 <body> | |
8 | |
9 <h1>msa files for</h1> | |
10 <h2> Species : {{species}} </h2> | |
11 <h2> PI: {{investigator}} </h2> | |
12 <h2> Glycan type : {{glycan}} </h2> | |
13 <h2> Cell type : {{cell}}</h2> | |
14 | |
15 <ul> | |
16 {% for item in items %} | |
17 <li><a href="{{ item.href }}">{{ item.caption }}</a></li> | |
18 {% endfor %} | |
19 </ul> | |
20 | |
21 | |
22 </body> | |
23 </html> |