|
15 | 15 |
|
16 | 16 | <!-- FIXME: Add your application styles here! --> |
17 | 17 |
|
18 | | - <!-- FIXME: point to loader in node_modules/@webcomponents/webcomponentsjs --> |
19 | | - <script src="vendor/scripts/webcomponents-loader.js"></script> |
| 18 | + <script src="{{ data.cdn.webComponents }}/webcomponents-loader.js"></script> |
20 | 19 | </head> |
21 | 20 | <body class="hxVertical" id="top"> |
22 | 21 | <!-- |
|
31 | 30 | <div id="app"> |
32 | 31 | <div id="stage"> |
33 | 32 | <nav id="nav" class="hxNav"> |
34 | | - <!-- Left Navigation --> |
35 | | - {% include 'partials/app_nav.njk' %} |
36 | | - <!-- end:Left Navigation --> |
| 33 | + <!-- Product Navigation --> |
| 34 | + {% include 'partials/lorem-nav.njk' %} |
| 35 | + <!-- end:Product Navigation --> |
37 | 36 | </nav> |
38 | 37 |
|
39 | 38 | <!-- |
|
51 | 50 |
|
52 | 51 | <h1>Page Content</h1> |
53 | 52 |
|
54 | | - <div class="hxAlert"> |
55 | | - <div class="hxAlert__icon"> |
56 | | - <hx-icon type="info-circle"></hx-icon> |
57 | | - </div> |
58 | | - <div class="hxAlert__text"> |
59 | | - Copy the source of this page to use as a template for your application. |
60 | | - </div> |
61 | | - </div> |
| 53 | + <hx-alert type="info" static> |
| 54 | + Copy the source of this page to use as a template for your application. |
| 55 | + </hx-alert> |
62 | 56 |
|
63 | 57 | <ul> |
64 | 58 | <li> |
@@ -111,8 +105,7 @@ <h1>Page Content</h1> |
111 | 105 | elAdapter.parentElement.removeChild(elAdapter); |
112 | 106 | } |
113 | 107 | </script> |
114 | | - <!-- FIXME: point to adapter in node_modules/@webcomponents/webcomponentsjs --> |
115 | | - <script src="vendor/scripts/custom-elements-es5-adapter.js"></script> |
| 108 | + <script src="{{ data.cdn.webComponents }}/custom-elements-es5-adapter.js"></script> |
116 | 109 | </span> |
117 | 110 |
|
118 | 111 | <!-- FIXME: point to HelixUI behavior in node_modules/helix-ui --> |
|
0 commit comments