{% block extra %} {% endblock %}
{% block header %}
FOSSEE Animations
=
{% csrf_token %}
Search
Categories
{% for c in categories %}
{{c.name}}
{% endfor %}
{% if user.is_authenticated %}
{{user.first_name}}
{% if request.user.profile.position == 'contributor' %}
How To
Send Proposal
Proposal Status
View Profile
Logout
{% else %}
Proposal Status
View Profile
Logout
{% endif %}
{% else %}
Register
Login
{% endif %}
{% endblock %} {% block content %}
Base Template Content. Please override me
{% endblock %}