You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ember-glimmer/lib/index.js
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,19 @@
1
1
/**
2
-
[Glimmer](https://github.com/tildeio/glimmer) is a [Handlebars](http://handlebarsjs.com/)
3
-
compatible templating engine used by Ember.js.
4
-
Any valid Handlebars syntax is valid in an Ember template.
2
+
[Glimmer](https://github.com/tildeio/glimmer) is a templating engine used by Ember.js that is compatible with a subset of the [Handlebars](http://handlebarsjs.com/) syntax.
5
3
6
4
### Showing a property
7
5
8
6
Templates manage the flow of an application's UI, and display state (through
9
7
the DOM) to a user. For example, given a component with the property "name",
10
8
that component's template can use the name in several ways:
0 commit comments