{% extends "base.html" %} {% load static %} {% block heading %}
Welcome to CameraHub: an app for cataloguing vintage cameras, lenses, films, negatives & prints
{% if user.is_authenticated %}Browse and track your collection using the links on the left.
{% else %}Public data is available to browse without logging in.
{% endif %} {% endblock %}