blob: 77abbe8fdde56353b56f022b5d089cc6c6cac8ae [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
{{+partials.header_head}}
<title>{{article.title}} - Google Chrome</title>
</head>
<body>
{{+partials.header_body title:strings.apps_title platform:strings.app}}
<div id="gc-container">
{{+partials.sidenav items:sidenavs.apps}}
<div id="gc-pagecontent">
<h1 class="page_title">{{article.title}}</h1>
{{?article.apps_toc}}
{{+partials.table_of_contents toc_items:article.apps_toc
has_toc:true
title:strings.apps_title}}
{{/article.apps_toc}}
{{- This may contain <pre> tags so it is not indented -}}
{{+article.intro platform:strings.app is_apps:true}}
</div>
</div>
</body>
{{+partials.apps_footer}}
</html>