2N/A<h2>Getting Started</h2>
2N/ATo include the source files for {{displayName}} and its dependencies, first load
2N/Athe YUI seed file if you haven't already loaded it.
Next, create a new YUI instance for your application and populate it with the
modules you need by specifying them as arguments to the `YUI().use()` method.
YUI will automatically load any dependencies required by the modules you
// Create a new YUI instance and populate it with the required modules.
YUI().use({{{useParams}}}, function (Y) {
// {{{displayName}}} is available and ready for use. Add implementation
For more information on creating YUI instances and on the
method</a>, see the documentation for the