Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/standard_article.html

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 {{+partials.header_head}}
5 <title>{{article.title}} - Google Chrome</title>
6 </head>
7 <body>
8 {{+partials.header_body}}
9 <div id="gc-container">
10 {{+partials.sidenav}}
11 <div id="gc-pagecontent">
12 {{?article.toc}}
13 {{+partials.table_of_contents toc:article.toc}}
14 {{/article.toc}}
15 {{- This may contain <pre> tags so it is not indented -}}
16 {{+article.intro}}
17 </div>
18 </div>
19 </body>
20 {{+partials.footer}}
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698