{% extends "base.html" %} {% block content %}

Stashr

Your Comic Book Collection
Manage and Read your Digital Collection
{% if not current_user.is_authenticated %}
LOGIN {% if open_registration %} REGISTER {% endif %}
{% endif %}
{% endblock %}