diff options
| -rw-r--r-- | default.openxml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.openxml b/default.openxml new file mode 100644 index 000000000..17eaa325b --- /dev/null +++ b/default.openxml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"> +<w:body> +$body$ +</w:body> +</w:document> |
