Created
January 5, 2019 14:29
-
-
Save haraonline/1cc4533b8fafc82b0e2cbf73eb366a2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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