Skip to content

Instantly share code, notes, and snippets.

@ShivendraAgrawal
Created April 30, 2014 05:15
Show Gist options
  • Save ShivendraAgrawal/eaa666d57902ad05ffd5 to your computer and use it in GitHub Desktop.
Save ShivendraAgrawal/eaa666d57902ad05ffd5 to your computer and use it in GitHub Desktop.
!DOCTYPE HTML>
<html>
<body>
{% for v in onlyfiles %}
<img src="{{ url_for('static', filename = v) }}" width="1050" height="300">
{% endfor %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment