I am trying to include my GitHub page in the html file using anchor tag.
But the jinja library of flask isn't allowing : which is a part of url.
Is there a way to use anchor tags that reflects external existing websites?
My code is as follows:
<a id="bot" target="_blank" href="{{url_for(https://github.com/<user_name>)}}">
Thanks in advance