Files
2026-06-21 17:54:19 +03:30

9 lines
309 B
HTML

{% extends "base.html" %}
{% block title %}About{% endblock %}
{% block meta_description %}Learn about Tecvico — a dynamic team challenging business norms with innovative solutions.{% endblock %}
{% block content %}
{% include "partials/_page_sections.html" with sections=about_sections %}
{% endblock %}