html
.h3().content("JQuery")
.p().content("JQuery is supported by providing the classes JQueryAttributes, JQueryAttributesFactory and JQueryLibrary." +
"These classes provide convenience methods for attributes to build pages that use JQuery and JQuery Mobile construts.");
html.render(new AnatomyView());
html.p().content("To use these static methods (dataRole,dataTheme,...) you must import the following:");
html.pre(class_("brush: java")).content("import static org.rendersnake.ext.jquery.JQueryAttributesFactory.*;");