This time I need to know how can I use python variable to create a href link in html which is part of a python script.
For instance,
LinkX = "file://///server/folderX
where folderX changes all the time and then to use this LinkX as a part of
<a href = "folderX">LinkX</a>.
Something like this. Thank you.