{% load static %}
Products and Services
Product and Services
{% block login %}
{% if user.is_authenticated %}
{% csrf_token %}
Logout
{% csrf_token %}
Home Page
{% else %}
{% csrf_token %}
Login
{% endif %}
{% endblock %}
{% block content %} {% endblock content %}