{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}
Here is some information about us!
{% endblock about_us %} {% block welcome_back %} {% if user.is_authenticated %}Select 'Design a Pod' to create a custom resource group.
Select 'Book a Pod' to reserve a custom pod or a single resource.
Design a Pod Book a Pod {% endblock btnGrp %} {% endif %}