Files
meteor/app/lib/app.html.in
2011-12-22 18:25:04 -08:00

16 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
{{#each stylesheets}} <link rel="stylesheet" href="{{this}}">
{{/each}}
{{{head_extra}}}
{{#each scripts}} <script type="text/javascript" src="{{this}}"></script>
{{/each}}
</head>
<body>
{{{body_extra}}}
</body>
</html>