{% extends "base.html" %}
{% block title %}CORNET Welcome Page{% endblock %}
{% block header %}
{% endblock %}
{% block content %}
{% if user.username %}
Welcome {{user.username}}!
View OSSIE
No waveforms are available.
{% endif %}Login if you have not done so already.
If you do not have an account, please register here.
{% endif %} {% endblock %}