WebSlider/templates/hello.html

7 lines
133 B
HTML

<html>
<body>
<p>Hello slider number {{ num }}!</p>
<p><img src="{{ url_for("static", filename="cat.jpg") }}"></p>
</body>
</html>