I am working on a web app where I display a list of website but the problem is that when I click www.example.com, for example, then that website it will not open. Instead
it will append to the localhost:5000/www.example.com
example.com
//Code section
{% for k, v in diction %}
<a href="{{ bookKeeping[k]}}"> {{ bookKeeping[k] }}</a></br>
{% endfor %}