7381f62c645b5585a0fb02c07c58a6cba377ff23
[htsworkflow.git] / htsworkflow / frontend / templates / base_site.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
5
6 {% block title %}{{ sitename }}{% endblock %}
7
8 {% block branding %}
9 <h1 id="site-name">HTSWorkflow</h1>
10 {% endblock %}
11
12 {% block nav-global %}{% endblock %}