From 6235fb58955e2bc193d6ce40a4d74b33ab47dfce Mon Sep 17 00:00:00 2001
From: gunturkunhakan
Date: Tue, 18 May 2021 22:39:49 -0500
Subject: Welcome to GeneCup
---
templates/layout.html | 77 ++++++++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 34 deletions(-)
(limited to 'templates/layout.html')
diff --git a/templates/layout.html b/templates/layout.html
index 6bbfc95..00674af 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,13 +10,18 @@
-
RatsPub: Relationship with Addiction Through Searches of PubMed
+ GeneCup: Mining Gene Relationships from Pubmed using Custom Ontology
+
+
{% with messages = get_flashed_messages()%}
- {% if messages %}
-
- {% for message in messages %}
- {{ message }}
- {% endfor %}
-
- {% endif %}
+ {% if messages %}
+
+ {% for message in messages %}
+ {{ message }}
+ {% endfor %}
+
+ {% endif %}
{% endwith %}
--
cgit v1.2.3