{% extends 'base.html' %}
{% block title %}
Atlas
{% endblock %}
{% block css %}
{% endblock %}
{% block js %}
{% endblock %}
{% block content %}
{% endblock %}
{% block navigation %}
Atlas:
{% if request.user.is_authenticated %}
Collections /
Cases /
Series /
Categories /
Create Case /
Create Series
{% endif %}
{% comment %}
Questions by:
author {% endcomment %}
{% endblock %}