{% load static %} {% load bocor_tags %} {% load shared_tags %} {% include 'shared_lib/seo.html' with template_name='bocor' %} {% include "bocor/header.html" %} {% block content %} {% include "bocor/components/hero.html" %}
{% show_calendar %} {% show_modal %} {% analytics %} {% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'clients' %} {% include "bocor/components/clients.html" %} {% elif component == 'about' %} {% include "bocor/components/about.html" %} {% elif component == 'services' %} {% include "bocor/components/services.html" %} {% elif component == 'features' %} {% include "bocor/components/features.html" %} {% elif component == 'portfolio' %} {% portfolio portfolio_title portfolio_subtitle %} {% elif component == 'team' %} {% include "bocor/components/team.html" %} {% elif component == 'pricing' %} {% include "bocor/components/pricing.html" %} {% elif component == 'faq' %} {% include "bocor/components/faq.html" %} {% elif component == 'contact' %} {% include "bocor/components/contact.html" %} {% endif %} {% endif %} {% endfor %}
{% endblock content %} {% include 'bocor/footer.html' %}