Skip to content

Instantly share code, notes, and snippets.

@c3h3
Created June 21, 2017 16:52
Show Gist options
  • Save c3h3/748ef51cdae284e69f4d41e6af1086af to your computer and use it in GitHub Desktop.
Save c3h3/748ef51cdae284e69f4d41e6af1086af to your computer and use it in GitHub Desktop.
<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