Skip to content
Permalink
60cd76fcb8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (12 sloc) 372 Bytes
{% extends 'base.html' %}
{% block container %}
<div class="top-pad">
<ol class="breadcrumb">
<li class="active">Home</li>
</ol>
<h1>Welcome to PlaNet 2.0<br /> <small>a platform dedicated to the visualization and analysis of plant co-expression and co-function networks.</small></h1>
<div class="row">
</div>
</div>
</div>
{% endblock %}