{% include 'front/includes/import.top.html' %}
{% include 'front/includes/top.header.html' %} {% include 'front/includes/header.html' %}
Home
Team
Our Team
{% for team_member in team %}
{{team_member.post}}
{{team_member.name}}
{% endfor %}
Contact us to get our products and services
Call Now
{{config.get('PROJECT_NUMBER')}}
{% include 'front/includes/footer.html' %}
{% include 'front/includes/import.bottom.html' %}