<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <link rel='stylesheet' href='../../global.css'>
    <link rel='stylesheet' href='../../bundle.css'>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css" />
    <title>Preview Layout</title>
</head>

<body>
    <jira-global-config cors="http://localhost:4444" safe="true"></jira-global-config>

    <script type="text/javascript" src="../../bundle.js"></script>
</body>

</html>
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link rel='stylesheet' href='{{ '/global.css' | path }}'>
  <link rel='stylesheet' href='{{ '/bundle.css' | path }}'>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css" />
  <title>Preview Layout</title>
</head>
<body>
  {% render '@config' %}

  {{ yield }}
  
  <script type="text/javascript" src="{{ '/bundle.js' | path }}"></script>
</body>
</html>
/* No context defined for this component. */

There are no notes for this item.