{% extends "base.html" %} {% load static %} {% block title %}Home{% endblock %} {% block meta_description %}Radiuma — A Powerful Workflow Generator for Standardized Radiomics Analysis and Medical Image Visualization.{% endblock %} {% block content %}
{% if hero %} {% if hero.badge %}
{{ hero.badge }}
{% endif %} {% if hero.title or hero.title_highlight %}

{% if hero.title %}{{ hero.title }}{% endif %} {% if hero.title and hero.title_highlight %}
{% endif %} {% if hero.title_highlight %}{{ hero.title_highlight }}{% endif %}

{% endif %} {% if hero.subtitle %}

{{ hero.subtitle }}

{% endif %} {% if hero.description %}

{{ hero.description }}

{% endif %} {% if hero.primary_cta_text or hero.secondary_cta_text %}
{% if hero.primary_cta_text %}{{ hero.primary_cta_text }}{% endif %} {% if hero.secondary_cta_text %}{{ hero.secondary_cta_text }}{% endif %}
{% endif %} {% endif %}
{% if site_branding.hero_logo or hero and hero.image or not hero %}
{% if site_branding.hero_logo %} {{ site_branding.hero_logo_alt|default:'Radiuma' }} {% elif hero and hero.image %} {{ hero.image_alt }} {% elif not hero %} Radiuma application — main workflow view {% endif %}
{% endif %}
{% include "partials/_page_sections.html" with sections=homepage_sections %} {% endblock %}