{% extends 'base/index.html' %} {% load static %} {% block title %}Home - Radiant Infotech | {% endblock %} {% block content %} {% include 'sections/home_hero.html' %} {% include 'sections/home_about_us.html' %} {% include 'sections/home_services.html' %} {% include 'sections/home_cta.html' %} {% include 'sections/home_certifications.html' %} {% include 'sections/home_team.html' %} {% include 'sections/home_contact_us.html' %} {% endblock %}