{% extends "base_generic.html" %} {% load static %} {% block heading %}
Welcome to CameraHub - an app for cataloguing vintage cameras, lenses, films, negatives & prints
{% if user.is_authenticated %} {% else %}Login to start tracking your own collection!
Some object types are also available to browse without logging in.
{% endif %} {% endblock %}