-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
52 lines (38 loc) · 1.23 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="fragment" content="!">
<title>{{_ "app.title"}}</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="alternate" hreflang="en" href="/lang/en">
<link rel="author" href="https://plus.google.com/110491158897816644863">
</head>
<body>
</body>
<template name="nbHome">
{{> nbMap}}
{{> nbDirections}}
{{> nbKey}}
{{> nbCitypicker}}
{{> alerts}}
{{> nbCoffeeToggle}}
{{> nbCoffeeWindow}}
</template>
<template name="nbHomeList">
{{> nbList}}
</template>
<template name="nbHeader">
{{> nbNav}}
</template>
<template name="nbFooter">
</template>
<template name="nbHeaderList">
</template>
<template name="nbFooterList">
</template>