<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>{{name}}</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  </head>
  <body>
    {% if html is defined and html is not empty %}
      {{html}}
    {% else %}
      <div id="{{name}}"></div>
    {% endif %}
    <script src="app.js"></script>
    <pre>{#{-dump(_context)-}#}</pre>
  </body>
</html>
