{% load static %}
Cafe Posts
Tell Us About Your Favorites!
{% block login %}
{% if user.is_authenticated %}
{% csrf_token %}
Logout
{% csrf_token %}
Home Page
{% else %}
{% csrf_token %}
Login
{% endif %}
{% endblock %}
Cafe Posts
{% if user.is_authenticated %}
{% else %}
Login
{% endif %}
{% block content %} {% endblock content %}