aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/facilities.html
blob: 56b127f977fc3fc1a448d315c801f4b68b112766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{% extends "base.html" %}

{% block title %}Facilities{% 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/help/facilities.md">
            Edit Text
            <img src="/static/images/edit.png">
        </a>
    </div>
</div>
<div id="markdown" class="container">
   {{ rendered_markdown|safe }}

</div>

{% endblock %}