Added 'lanes_for' which will show recent flowcell lanes ordered by date,
[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" class="djangocss">HTSWorkflow</h1>
10 {% endblock %}
11
12 {% block nav-global %}{% endblock %}