Skip to content

Commit

Permalink
added note about sending content
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Nov 9, 2024
1 parent 4257472 commit 70b6293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 70b6293

Please sign in to comment.