From 1744e134c40c8eb8540d111b29638ae81709496b Mon Sep 17 00:00:00 2001 From: Agah Date: Sun, 8 Sep 2024 13:01:52 -0400 Subject: [PATCH] Fix route --- api/myst_page.html | 4 ++-- api/neurolibre_preview_api.py | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/api/myst_page.html b/api/myst_page.html index 3f1efc2..8c3b861 100644 --- a/api/myst_page.html +++ b/api/myst_page.html @@ -3,14 +3,14 @@ - {{ frontend_data.content.title }} + {{ frontend_data.content.title if frontend_data.content.title else 'MyST Page' }}