]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/layout.html
use shell to insert templates in layout, not Perl. One less dependency
[nominatim-ui.git] / src / layout.html
index 42a23a495daf1f97f2c08fa15dcb633bdfc73e05..5431dc663169bdb0b585ffb04c504ddf0c6ae720 100644 (file)
 
   <script src="config.js"></script>
   <script src="handlebar_helpers.js"></script>
-  <script id="searchpage-template" type="text/x-handlebars-template">
-    @include(src/templates/searchpage.hbs)
-  </script>
-  <script id="reversepage-template" type="text/x-handlebars-template">
-    @include(src/templates/reversepage.hbs)
-  </script>
-  <script id="detailspage-template" type="text/x-handlebars-template">
-    @include(src/templates/detailspage.hbs)
-  </script>
-  <script id="detailspage-index-template" type="text/x-handlebars-template">
-    @include(src/templates/detailspage-index.hbs)
-  </script>
-
 
   <script src="assets/js/nominatim-ui.js"></script>
 </body>