Skip to content

Commit

Permalink
oops, reinstated assets/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaehler committed Mar 28, 2019
1 parent fab5f06 commit 7c5c3d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions q2_clawback/assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{% extends 'base.html' %}

{% block title %}q2-clawback : {{ title }}{% endblock %}

{% block content %}
<h1>{{ title }}</h1>

<div class="row">
<h1>Metadata Values</h1>
<div class="col-lg-12">
{{ sample_types }}
</div>
<h1>Contexts</h1>
<div class="col-lg-12">
{{ contexts }}
</div>
</div>

{% endblock %}

0 comments on commit 7c5c3d9

Please sign in to comment.