Skip to content

Instantly share code, notes, and snippets.

@ShivendraAgrawal
Created April 30, 2014 05:15
Show Gist options
  • Select an option

  • Save ShivendraAgrawal/eaa666d57902ad05ffd5 to your computer and use it in GitHub Desktop.

Select an option

Save ShivendraAgrawal/eaa666d57902ad05ffd5 to your computer and use it in GitHub Desktop.

Revisions

  1. ShivendraAgrawal created this gist Apr 30, 2014.
    10 changes: 10 additions & 0 deletions index2.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    !DOCTYPE HTML>
    <html>
    <body>

    {% for v in onlyfiles %}
    <img src="{{ url_for('static', filename = v) }}" width="1050" height="300">
    {% endfor %}

    </body>
    </html>