<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><body>
<h1 class="styleClass">Embedded EJS Example</h1>
<ul>
<% 
    library.jmaki.insert(
        {
        component : "dojo.clock",
        args : {
                clockType : 'black'
              } 
        }
    ); %>
</ul>
</body></html>
