Skip to content

Instantly share code, notes, and snippets.

@haraonline
Created January 5, 2019 14:29
Show Gist options
  • Save haraonline/1cc4533b8fafc82b0e2cbf73eb366a2a to your computer and use it in GitHub Desktop.
Save haraonline/1cc4533b8fafc82b0e2cbf73eb366a2a to your computer and use it in GitHub Desktop.
# HTML FOR SECTION 7: LECTURE 30 - SESSION OBJECT
# USE WITH THE PYTHON FILE PROVIDED
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>session info</title>
</head>
<body>
<h3> welcome home {{ name }} ... </h3>
<h3> this is the session object: {{ session }} </h3>
<hr>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment