Files
com2care_website/templates/pages/about.html
T
2026-05-25 17:17:27 +03:30

9 lines
353 B
HTML

{% extends "base.html" %}
{% block title %}About{% endblock %}
{% block meta_description %}Learn about Radiuma — Visualized & Standardized Environment for Radiomics Analysis, developed at UBC and BC Cancer Research Institute.{% endblock %}
{% block content %}
{% include "partials/_page_sections.html" with sections=about_sections %}
{% endblock %}