{% block main_css %}{% endblock %}
Photo Portfolio
{% if user.is_authenticated %}
Welcome, {{ user.first_name }}.
Log out
{% else %}
Welcome, new user.
Log in
{% endif %}
Home
Categories
Photographers
Blogs
{% block left_nav %}{% endblock %} {% block content %}{% endblock %}
About
Support
Legal
Credits