Skip to content

Instantly share code, notes, and snippets.

@rayhaanj
Last active January 4, 2016 22:18
Show Gist options
  • Save rayhaanj/8686478 to your computer and use it in GitHub Desktop.
Save rayhaanj/8686478 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head> <title>My Webpage</title> </head>
<body>
<ul id="navigation">
{% for item in navigation %}
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
{% endfor %}
</ul>
<h1>My Webpage</h1> {{ a_variable }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment