{% extends "base.html" %} {% load static %} {% block title %}Home{% endblock %} {% block meta_description %}Tecvico — Innovation, Advancement, Competition. Advanced solutions for business development.{% endblock %} {% block content %} {% if hero %} {% if hero.badge %}{{ hero.badge }}{% endif %} {% if hero.title or hero.title_highlight %} {% if hero.title %}{{ hero.title }}{% endif %} {% if hero.title and hero.title_highlight %}{% endif %} {% if hero.title_highlight %}{{ hero.title_highlight }}{% endif %} {% endif %} {% if hero.subtitle %}{{ hero.subtitle }}{% endif %} {% if hero.description %}{{ hero.description }}{% endif %} {% if hero.primary_cta_text or hero.secondary_cta_text %} {% if hero.primary_cta_text %}{{ hero.primary_cta_text }}{% endif %} {% if hero.secondary_cta_text %}{{ hero.secondary_cta_text }}{% endif %} {% endif %} {% endif %} {% include "partials/_page_sections.html" with sections=homepage_sections %} {% endblock %}
{{ hero.subtitle }}
{{ hero.description }}