Beginners flask, try to through the template to load the picture out, but always failure load, run separate HTML templates are able to load images, don't know what is the problem, hope great god answers, the attached code
The from flask import flask, render_template
App=Flask (__name__)
@ app. The route ('/')
Def GLQ () :
Return render_template (' GLQ. HTML,
Picture='http://avatar.csdn.net/9/B/4/3_wspba.jpg')
If __name__=="__main__ ':
App. The run (port=8088, debug=True)
Template code