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

Unified Diff: templates/blank.tmpl

Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Adjust for new dimensions of test + fail images Created Sept. 11, 2015, 2:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/abp-test-suite-filters.txt ('k') | templates/testcase.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/blank.tmpl
diff --git a/templates/blank.tmpl b/templates/blank.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..6faa63ea387575ea0408d7fc055134a226e3fd67
--- /dev/null
+++ b/templates/blank.tmpl
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>{{ title }}</title>
+ {% block head %}
+ {{ head|safe }}
+ {% endblock %}
+ </head>
+ <body>
+ {{ body|safe }}
+ </body>
+</html>
« no previous file with comments | « static/abp-test-suite-filters.txt ('k') | templates/testcase.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld