Skip to content

Instantly share code, notes, and snippets.

@amiroff
Last active October 1, 2020 06:37
Show Gist options
  • Save amiroff/95e4ebc8b381ebb8a3dfaaaf3530c073 to your computer and use it in GitHub Desktop.
Save amiroff/95e4ebc8b381ebb8a3dfaaaf3530c073 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<h1>Hadline!</h1>
<p class="foo">Description</p>
{{ my_var }}
{% if foo %}
Foo
{% endif %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment