brotherton-erpnext/website/templates/pages/print.html
2013-03-19 12:05:10 +05:30

12 lines
300 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ doc and (doc.name + " - " + doc.doctype) or "Error" }}</title>
<meta name="generator" content="wnframework">
</head>
<body>
{{ body }}
</body>
</html>