diff get_data/cfg_array/templates/base.html @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/get_data/cfg_array/templates/base.html	Wed Mar 23 14:35:56 2016 -0400
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <title> {{title}} </title>
+    <meta charset="UTF-8">
+</head>
+<body>
+
+<h1>msa files for</h1>
+<h2> Species : {{species}} </h2>
+<h2> PI: {{investigator}} </h2>
+<h2> Glycan type : {{glycan}} </h2>
+<h2> Cell type : {{cell}}</h2> 
+
+<ul>
+    {% for item in items %}
+    <li><a href="{{ item.href }}">{{ item.caption }}</a></li>
+    {% endfor %}
+</ul>
+
+
+</body>
+</html>