You can use url_for
function for building URLs. For example, let's say you have a assets folder called static
in main app directory. You can use following code in template files to include CSS
files
{{ url_for('static', filename='css/style.css') }}