i need to refresh a div without reloading the full page every 5 seconds.
for example:
<html> <head></head> <body> <div id="torefresh">{{session['var']}}</div> </body> </html>
How can i do this?