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