Skip to content

Commit a9a1816

Browse files
committed
test(view): testing json data on EJS view
1 parent 25171e2 commit a9a1816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/welcome.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
1616
<body>
1717
<h1><%= i18n.hello_world %></h1>
18+
<h2><%= store.name %></h2>
1819
<div><%= ecomUtils.formatMoney(10) %></div>
1920
</body>
2021
</html>

0 commit comments

Comments
 (0)