I'm trying to call the render_template method in flask to a template that is outside the current running directory
return render_template('../show_data.html',data=data)
You'll notice I tried to use '..' to go back in the directory structure but that is not working as I'm getting a error:
jinja2.exceptions.TemplateNotFound