Skip to content

Instantly share code, notes, and snippets.

@giacomorebonato
Created July 15, 2016 08:49
Show Gist options
  • Save giacomorebonato/34044074b57efcf10092e50be88da267 to your computer and use it in GitHub Desktop.
Save giacomorebonato/34044074b57efcf10092e50be88da267 to your computer and use it in GitHub Desktop.
index.html
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var data = {{data | safe}}
</script>
<title>Typescript boilerplate</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment