Mercurial > repos > chrisb > gap_all_glycan_tools
annotate get_data/cfg_array/templates/base.html @ 1:0a5e0df17054 draft default tip
Uploaded
| author | chrisb |
|---|---|
| date | Fri, 06 May 2016 08:05:48 -0400 |
| parents | 89592faa2875 |
| children |
| rev | line source |
|---|---|
| 0 | 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> |
