{% extends 'main.html' %} {% block content %} {% load static %}
New to the site?
{% if request.user.is_authenticated %}
Jump right in and use the
Add My Species - Guided Tutorial
{% else %}
Sign in or Create New Account
{% endif %}
{% endblock content %}