diff --git a/Standard-Print-Header-Code.md b/Standard-Print-Header-Code.md
new file mode 100644
index 0000000..d82a079
--- /dev/null
+++ b/Standard-Print-Header-Code.md
@@ -0,0 +1,7 @@
+
+
{{ doc.select_print_heading or (doc.print_heading if doc.print_heading != None
+ else _(doc.doctype)) }}
+ {{ doc.sub_heading if doc.sub_heading != None
+ else doc.name }}
+
+
\ No newline at end of file