How do i display nodes in HTML with Python?

Hi,
I'd like to build a website using HTML and Python, where I'm able to display a simple list of the nodes in a database and select single nodes to display their detailed information, including it's relationships. Later I'd also like to add a feature to add new nodes, but first things first, I'd like to be able to display nodes in the first place.

Does anyone know how to do this? Or where to find information about this? I don't find my way in the docs and the community doesn't come around this either. I'd highly appreciate a suggestion.

Cheers

You can look at the simple movies python flask project here:

For a more involved app that uses React in the front end check out this