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