Files
com2care_website/templates/pages/about.html
T
2026-08-03 16:29:25 +03:30

9 lines
342 B
HTML

{% extends "base.html" %}
{% block title %}About{% endblock %}
{% block meta_description %}Learn how Communication to Care helps multidisciplinary teams build clearer, reproducible medical-imaging research workflows.{% endblock %}
{% block content %}
{% include "partials/_page_sections.html" with sections=about_sections %}
{% endblock %}