From 70b6293f1a2ed8b35c9c2741da0cb8c398f190cb Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 8 Nov 2024 15:27:54 -1000 Subject: [PATCH] added note about sending content --- docs/tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 7e03070..4bbe100 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -272,6 +272,9 @@ def get_content(): #### parse content_id and send to HTML template +In the return line, make sure you had `contentId=contentId` to the +variables sent to the `index.html` file. + ```python @app.route("/") def index():