Created
June 21, 2017 16:52
-
-
Save c3h3/748ef51cdae284e69f4d41e6af1086af 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> | |
<head> | |
<link rel="stylesheet" type="text/css" href="../static/css/site.css"> | |
<title>{{title}}</title> | |
</head> | |
<body> | |
<h2>{{text.content}}!</h2> | |
<ul> | |
{% for text in data %} | |
<li> | |
<h2> | |
Hello! Flask! | |
</h2> | |
</li> | |
<li> | |
<h2> | |
Flask is awesome! | |
</h2> | |
</li> | |
<li> | |
<h2> | |
Flask is the best! | |
</h2> | |
</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment