<!DOCTYPE html> <html> <head> <title>{%= title %}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="{%= author_name %}" /> </head> <body> <p>The sample app contains three additional parts beyond Amber itself:</p> <ul style="width: 40ex"> <li>The elements in <code>index.html</code> <code><body></code> tag.</li> <li><code>amber-contrib-jquery</code> module, providing jQuery and a wrapper over it.</li> <li><code>amber-contrib-web</code> module, providing <code>Web</code> package that allows for DOM manipulation and is inspired by Seaside.</li> <li><code>domite</code> module, providing Amber-native DOM wrapper.</li> <li><code>silk</code> module, providing <code>Silk</code> package that allows for DOM manipulation, is meant as alternative to <code>Web</code> and is inspired by stream metaphor and mochikit.</li> </ul> <p>Additionally, module <code>amber-compat-es2015</code> is included by default. This polyfills JS Promise for non-modern browsers / old node.js.</p> </body> </html>