index.html 597 Bytes
<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <title>Головна сторінка</title>
    <link rel="stylesheet" href="{{ url_for('static', filename='grid/css/chunk-vendors.3bee5491.css') }}">
  </head>
  <body>
    <h1>Index Main</h1>
    <div id="app"></div>

    <div>{{ name }}</div>
    {% for js_file in js_files %}
      <script src="{{ url_for('static', filename=js_file) }}"></script>
    {% endfor %}
  </body>
</html>