{% include 'styles.html' %}
{% include 'rvheader.html' %}
Alumni Connect
{% block searchbar %}
{% endblock %}
{% if user.is_authenticated %}
{{ user.get_username }}
{% endif %}
{% if user.is_authenticated %}
Log out
{% else %}
Log in
{% endif %}
{% block sidebar %} {% endblock %} {% block content %} {% endblock %}