You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
661 B
HTML
25 lines
661 B
HTML
<!doctype html>
|
|
<title>{% block title %}{% endblock %} - ClinicalTrialsProject</title>
|
|
<!--<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">-->
|
|
|
|
<nav>
|
|
<h1>Nav</h1>
|
|
<ul>
|
|
<li>
|
|
<a href="{{ url_for('validation.remaining') }}">Validation Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://icd.who.int/browse10/2019/en">WHO ICD-10 Codes (2019)</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://uts.nlm.nih.gov/uts/umls/home">UMLS Metathesaurs browser (requires login)</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<section class="content">
|
|
<header>
|
|
{% block header %}{% endblock %}
|
|
</header>
|
|
{% block content %}{% endblock %}
|
|
</section> |