SyntaxFix
Write A Post
Hire A Developer
Questions
The URL for a static file can be created using the static endpoint as following:
url_for('static', filename = 'name_of_file') <link rel="stylesheet" href="{{url_for('static', filename='borders.css')}}" />