{% extends 'base.html' %} {% block index %} {% load static %} {% include 'header.html' %} {% include 'services.html' %} {% include 'cta.html' %} {% include 'latest_projects.html' %} {% include 'experience.html' %} {% include 'team.html' %} {% include 'get_more.html' %} {% include 'feedbacks.html' %} {% include 'pricing.html' %} {% include 'news.html' %} {% include 'contact_info.html' %} {% include 'contact_form.html' %} {% endblock %}