9 lines
342 B
HTML
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 %}
|