blob: 46b01bc6f7102f345377dc5fbcd3b7fce7c428fb [file] [log] [blame]
{{- This is the template for every page on the site.
- |platform| The platform.
- |platformTitle| The title of the platform ("Extensions" or "Apps").
- |content| The main content of the page.
-}}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cleartype" content="on">
<link type="image/ico" rel="icon" href="//www.google.com/images/icons/product/chrome-32.png">
<link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css">
<link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="print">
<link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41980257-1');
ga('create', 'UA-49880327-5', {'name': 'chromeDocs'});
ga('send', 'pageview');
ga('chromeDocs.send', 'pageview');
</script>
<title>$(title) - Google Chrome</title>
</head>
<body>
<div id="gc-container">
<a href="#gc-pagecontent" class="element-invisible element-focusable">Skip to main content</a>
<header id="topnav" role="banner">
<div id="logo">
<a href="{{base_path}}">
<img alt="Chrome: developer" src="{{static}}/images/chrome-logo_2x.png">
</a>
<span class="collase-icon"><!-- <img src="/static/images/burger-icon.png" class="collase-icon">--></span>
</div>
{{+partials.fatnav items:sidenavs.top/}}
</header>
<main id="gc-pagecontent" role="main">
{{- This is unindented because it may contain whitespace-sensitive tags. -}}
{{+content /}}
</main>
<footer id="gc-footer" role="contentinfo" class="span-full">
<div class="g-section g-tpl-50-50">
<div class="g-unit g-first">
<nav class="links">
<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="" data-feedback>Report a bug</a>
</nav>
</div>
<div class="g-unit g-last">
<div id="social-buttons">
<div data-size="small" data-href="http://www.google.com/chrome" data-annotation="bubble" class="g-plusone"></div>
<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>
</div>
</div>
</div>
</footer>
</div>
<script src="{{static}}/js/fatnav.js"></script>
<script src="{{static}}/js/article.js"></script>
<script src="{{static}}/js/prettify.js"></script>
<script src="{{static}}/js/search.js"></script>
<script src="//www.gstatic.com/feedback/api.js"></script>
<script src="{{static}}/js/site.js"></script>
</body>
</html>