{% load staticfiles %}
Foody
{% block headblock %} {% endblock %}
{% if user.is_authenticated %}
Food Recommendation
{% else %}
Food Recommendation
{% endif %}
{% if user.is_authenticated %}
LogOut
{% else %}
Login
Sign Up
{% endif %}
{% block fullscreen %} {% endblock %}
{% block content %} {% endblock %}