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

Home Welcome

{%endblock%} {% block content %} {% if "test" in request.get_host or "localhost" in request.get_host %} {% endif %}

Welcome to CameraHub

an app for cataloguing vintage cameras, lenses, films, negatives & prints

CameraHub

{% if user.is_authenticated %}

Welcome back, {{ user.username }}. {% else %}

CameraHub is a public database of cameras, lenses and accessories, available to everyone. Registered users can add or edit data. They can also keep a private collection of their cameras and lenses. Check out the Concepts page for more info.

Login or Register to start tracking private data about your own collection. {% endif %} Get started using the icons below, or use the menus above.

{% endblock %}