{% extends "base.html" %} {% load static %} {% block heading %}

Home Welcome

{%endblock%} {% block content %}

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.

Login or register to start tracking your own collection!

{% endif %} {% endblock %}