Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / site.html
blobf2db530fb7a2028544a4e53f550e020f99450149
1 {{- This is the template for every page on the site.
2 - |content| The main content of the page.
3 - |canonical| Link href to the canonical version of this page, if any.
4 -}}
5 <!DOCTYPE html>
6 <html>
7 <head>
8 <meta charset="utf-8" />
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11 <meta name="HandheldFriendly" content="True">
12 <meta name="MobileOptimized" content="320">
13 <meta name="viewport" content="width=device-width, initial-scale=1.0">
14 <meta http-equiv="cleartype" content="on">
15 <link type="image/ico" rel="icon" href="//www.google.com/images/icons/product/chrome-32.png">
17 <link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css">
18 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="print">
19 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
20 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
22 {{?canonical}}
23 <link rel="canonical" href="{{canonical}}">
24 {{/canonical}}
26 <script>
27 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
28 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
29 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
30 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
32 ga('create', 'UA-41980257-1', 'auto');
33 ga('create', 'UA-49880327-5', {'name': 'chromeDocs'});
34 ga('send', 'pageview');
35 ga('chromeDocs.send', 'pageview');
37 </script>
39 <title>$(title) - Google Chrome</title>
40 </head>
42 <body>
43 <div class="gc-container">
44 <a href="#gc-pagecontent" class="element-invisible element-focusable">Skip to main content</a>
46 <header id="topnav" role="banner">
47 <div id="logo">
48 <a href="{{base_path}}">
49 <img alt="Chrome: developer" src="{{static}}/images/chrome-logo_2x.png">
50 </a>
51 <span class="collase-icon"><!-- <img src="/static/images/burger-icon.png" class="collase-icon">--></span>
52 </div>
53 {{+partials.fatnav items:sidenavs.top/}}
54 </header>
56 <main id="gc-pagecontent" role="main">
58 {{- This is unindented because it may contain whitespace-sensitive tags. -}}
59 {{+content /}}
60 </main>
61 </div>
63 <footer id="gc-footer" role="contentinfo">
64 <div class="g-section g-tpl-50-50 gc-container">
65 <div class="g-unit g-first">
66 <nav class="links">
67 <a href="https://www.google.com/">Google</a><a href="https://developers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/intl/en/privacy/">Privacy Policy</a><a href="http://crbug.com/new" data-feedback>Report a content bug</a>
68 </nav>
69 </div>
70 <div class="g-unit g-last">
71 <div id="social-buttons">
72 <div data-size="small" data-href="http://www.google.com/chrome" data-annotation="bubble" class="g-plusone"></div>
73 <a rel="publisher" target="_blank" href="https://plus.google.com/+GoogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">Add us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.com/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" alt=""></a>
74 </div>
75 </div>
76 </div>
77 </footer>
79 <script src="{{static}}/js/fatnav.js"></script>
80 <script src="{{static}}/js/article.js"></script>
81 <script src="{{static}}/js/prettify.js"></script>
82 <script src="{{static}}/js/search.js"></script>
83 <script src="//www.gstatic.com/feedback/api.js"></script>
84 <script src="{{static}}/js/site.js"></script>
85 </body>
86 </html>