{% extends 'base.html' %} {% block title %} CoNekT : Co-expression Network Toolkit {% endblock %} {% block container %}

Welcome to CoNekT
a platform dedicated to the visualization and analysis of plant co-expression and co-function networks.

{% if g.msg %}
{{ g.msg_title|safe }}: {{ g.msg|safe }}
{% endif %}
News
{% for n in news %}

{{ n.message_markup }}

by {{ n.posted_by }} ({{n.posted_formatted}})

{% if not loop.last %}
{% endif %}
{% else %}

No news messages found

{% endfor %}
{% if g.twitter_handle %} {% endif %}
{% endblock %} {% block extrajs %} {% endblock %}