Import Python jinja2 for working with templates

This provides a framework for dealing with templates. A bit overkill for
what I need to do, but convenient to have around.

Change-Id: I0554a5df120624f36c536655e0578754273555b9
diff --git a/debian/python_markupsafe.BUILD b/debian/python_markupsafe.BUILD
new file mode 100644
index 0000000..87f10ea
--- /dev/null
+++ b/debian/python_markupsafe.BUILD
@@ -0,0 +1,6 @@
+py_library(
+    name = "python_markupsafe",
+    srcs = glob(["src/markupsafe/*.py"]),
+    imports = ["src/"],
+    visibility = ["//visibility:public"],
+)