<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </head> <body> <div id="AppContainer" class="parent"> <script id="item-template" type="x-tmpl-mustache"> <div class="item"> <img class="icon" src="{{ icon }}" onload="SVGInject(this);"> <div class="name"> {{ name }} </div> </div> </script> </div> <div class="log" id="log"> </div> </body> </html>