We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25171e2 commit a9a1816Copy full SHA for a9a1816
views/welcome.ejs
@@ -15,6 +15,7 @@
15
16
<body>
17
<h1><%= i18n.hello_world %></h1>
18
+ <h2><%= store.name %></h2>
19
<div><%= ecomUtils.formatMoney(10) %></div>
20
</body>
21
</html>
0 commit comments