{% 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

CameraHub

{% if user.is_authenticated %}

Browse and track your collection using the menus above.

{% else %}

Public data about camera models, lens models and much more is available to browse without logging in. Get started by using the public data menu above.

Login or register to start tracking private data about your own collection!

{% endif %}
{% endblock %}