bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
myapp.html
1 <!DOCTYPE html>
2 
3 <html ng-app="myApp">
4  <head>
5  <meta charset="UTF-8">
6  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
7  <title>MyApp</title>
8  <!-- below are elements copied automatically using file_include.py script -->
9  <!-- #include "myapp_include.html" -->
10  <!-- above are elements copied automatically using file_include.py script -->
11  </head>
12 
13  <body>
14  <!-- below are elements copied automatically using file_include.py script -->
15  <!-- #include "myapp_body.html" -->
16  <!-- above are elements copied automatically using file_include.py script -->
17  </body>
18 </html>