Fix two-loaders example
This commit is contained in:
parent
dd3244de6f
commit
85c5ac0446
|
|
@ -6,6 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<%- include(require('html!./partial.html'), {}); %>
|
||||
<%= require('html!./partial.html') %>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue