first cut for lazy loading framework
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..ac4f04b
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<head>
+ <meta charset="utf-8">
+ <title>ERPNext</title>
+ <meta name="author" content="">
+ <script type="text/javascript">{{ boot }}</script>
+</head>
+<body>
+ <div id="dialog_back"></div>
+
+ <div id="startup_div" style="padding: 8px; font-size: 14px;"></div>
+
+ <!-- Main Starts -->
+ <div id="body_div">
+
+ <!--static (no script) content-->
+ <div class="no_script">
+ {{ content }}
+ </div>
+
+ </div>
+</body>
\ No newline at end of file