aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/policies.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/policies.html')
-rw-r--r--gn2/wqflask/templates/policies.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/policies.html b/gn2/wqflask/templates/policies.html
new file mode 100644
index 00000000..e36c9e08
--- /dev/null
+++ b/gn2/wqflask/templates/policies.html
@@ -0,0 +1,23 @@
+{% extends "base.html" %}
+
+{% block title %}Links{% endblock %}
+
+{% block css %}
+<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" />
+{% endblock %}
+
+{% block content %}
+
+ <div class="github-btn-container">
+ <div class="github-btn ">
+ <a href="https://github.com/genenetwork/gn-docs/blob/master/general/policies/policies.md">
+ Edit Text
+ <img src="/static/images/edit.png">
+ </a>
+ </div>
+</div>
+<div id="markdown" class="container">
+ {{ rendered_markdown|safe }}
+
+</div>
+{% endblock %} \ No newline at end of file