a b/qiita_pet/templates/text_file.html
1
{% extends sitebase.html %}
2
{% block content %}
3
4
{% if back_button_path %}
5
    <a class="btn btn-primary" href="{{ back_button_path }}">Back to Study Description</a>
6
{% end %}
7
8
<h1>{{ title }}</h1>
9
<p>
10
{% raw contents %}
11
</p>
12
13
{% end %}