HtmlTemplate - Vaadin Add-on Directory
Use simple HTML files as server-side Vaadin templatesLike `PolymerTemplate` but everything is evaluated on the server. You have full access to all elements from the template, but you cannot use any template binding and thus also no `TemplateModel` or `@EventHandler`.
View on GitHubHtmlTemplate version 1.0.0
Initial version
HtmlTemplate version 1.1.0
An attribute name prefixed with `.` is interpreted as a string property, `%` is used for numeric properties and `!` for boolean properties. The attribute name is converted from `dash-case` to `camelCase`.
HtmlTemplate version 1.2.0
Support reading templates from a custom stream