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

Side by Side Diff: templates/blank.tmpl

Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Created Sept. 5, 2015, 3:27 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>{{ title }}</title>
5 {% block head %}
6 {{ head|safe }}
7 {% endblock %}
8 </head>
9 <body>
10 {{ body|safe }}
11 </body>
12 </html>
OLDNEW
« pages/testcases/generic/index.html ('K') | « static/abp-test-suite-filters.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld