Help with Django/Python/HTML output

Question: How can I direct a python list to my django html display? I am satisfied with the presentation using hard coding, but I want to access dynamic content. My python code deals contract bridge hands and even displays them adequately in the console. I can’t figure out how to get the output displayed in a webbrowser.


**Repl link:**
``` code snippet ```

Welcome to the community, @JimPerkins!

Unfortunately I can’t help as I have never used Django before, but after a quick Google search I found this StackOverflow question that may help:

If not, maybe send your Repl link so another member of the community can help you figure it out. :slightly_smiling_face: