Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/default.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/testcasefiles/imageexception/stylesheet.css ('k') | templates/testcase.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>{{ title }}</title> 4 <title>{{ title }}</title>
5 <link rel="stylesheet" type="text/css" href="/css/testpages.css"/> 5 <link rel="stylesheet" type="text/css" href="/css/testpages.css"/>
6 <link rel="icon" type="image/png" sizes="32x32" href="/images/abp-32.png">
6 </head> 7 </head>
7 <body> 8 <body>
8 9
9 <? include header ?> 10 <? include header ?>
10 11
11 {{ body|safe }} 12 {{ body|safe }}
12 13
13 <? include footer ?> 14 <? include footer ?>
14 15
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « static/testcasefiles/imageexception/stylesheet.css ('k') | templates/testcase.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld