Index: background.html.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/background.html.tmpl |
@@ -0,0 +1,9 @@ |
+<html> |
+<head> |
+{%- for script in backgroundScripts %} |
+<script type="application/javascript" src="{{ script }}"></script> |
+{%- endfor %} |
+</head> |
+<body> |
+</body> |
+</html> |