Home > other >  Flask rendering jinja2 template image loading failure
Flask rendering jinja2 template image loading failure

Time:11-03

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


<meta charset="utf-8" & gt;
Template & lt;/title> <br/></head> <br/><body> <br/><Img SRC="https://bbs.csdn.net/topics/{{picure}}" Alt="image loading failure" & gt; <br/></body> <br/></html><p class="article - content rp"> CodePudding user response: </p>Because you are in the template image words wrong, less picture you to a t </div> <div class="th_page th_page_color"></div> <div class="umCopyright"> <p>Page link:<a href="/other/76516.html" target="_blank" style="color:#999">https//www.codepudding.com/other/76516.html</a></p> </div> <div class="detail-arr"> <div class="detail-arr-left">Prev:<a href='/other/76515.html'>Make a delay flicker, but want to consult the light has been on where is the problem</a></div> <div class="detail-arr-right">Next:<a href='/other/76517.html'>Python is not an error, has been running without result</a></div> </div> </div> </div> </div> </div> <div class="container th_top"> <div class="row"> <div class="col-md-12"> <div class="hot-tags neitags"> <ul> <li><i class="iconfont icon-x-tags"></i> Tags:  </li> <a href='/e/tags/?tagname=Scripting+language+%28Perl%2FPython%29' target='_blank'>Scripting language (Perl/Python)</a> </ul> </div> </div> </div> </div> <div class="container th_top"> <div class="row"> <div class="col-md-12"> <div class="xiangguan"> <ul class="msg msghead"> <li class="tbname">Related</li> </ul> <ul> </ul> </div> </div> </div> </div> <div class="container th_top"> <div class="row"> <div class="col-md-12"> <div class="flinks"> <ul> <li><i class="iconfont icon-x-tags"></i> Links:  </li> <li class="liflinks"><a target="_blank" href="/" title="CodePudding">CodePudding</a></li> </ul> </div> </div> </div> </div> <div class="footer"> <p><span style="font-size:16px;color:#666;font-weight: bold">About Us:</span>  <a href="https://www.codepudding.com/contact.html">Contact Us</a>      <a href="https://www.codepudding.com/service.html">Terms of Service</a>      <a href="https://www.codepudding.com/privacy.html"> Privacy Policy</a></p> <p class="foot_info">Copyright © 2010-2023,Powered By <a href="/" target="_blank">CodePudding</a> </p> </div> <script type="text/javascript" src="/skin/code/tianhu.js"></script> </body></html>