We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21641ac commit aedcc1fCopy full SHA for aedcc1f
1 file changed
files/demo-app/templates/application.gts
@@ -1,5 +1,7 @@
1
const greeting = 'hello';
2
3
<template>
4
+ <h1>Welcome to ember!</h1>
5
+
6
{{greeting}}, world!
7
</template>
0 commit comments