Skip to content

Instantly share code, notes, and snippets.

@AlexeyGy
Created November 23, 2020 23:25
Show Gist options
  • Save AlexeyGy/20f62fa0df5e61808e7e12a6846a2690 to your computer and use it in GitHub Desktop.
Save AlexeyGy/20f62fa0df5e61808e7e12a6846a2690 to your computer and use it in GitHub Desktop.
@app.route('/images')
def show_images():
return render_template('images.html', images=os.listdir('static/images'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment