Serve a static image (not included)
This commit is contained in:
parent
0409e4806d
commit
d45d1347bd
2 changed files with 9 additions and 2 deletions
|
@ -1 +1,6 @@
|
|||
Hello slider number {{ num }}!
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello slider number {{ num }}!</p>
|
||||
<p><img src="{{ url_for("static", filename="cat.jpg") }}"></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue