#{verbatim} @args String id, String html, String title, List modules, List apis, String module; Play manual - @title Play ${play.version} @{ String s = module; if (null != s) { s = "(" + play.templates.JavaExtensions.capitalizeWords(module) + ")"; } else { s = ""; } }@ Browse @s @if (null != module) Documentation home } @{ if (null != module) { s = play.templates.JavaExtensions.capitalizeWords(module) + "-"; } else { s = ""; } }@ @(s)Table of contents @if (null != modules) Installed modules @for (String module: modules) { @module.capitalizeWords() @if (apis.contains(module)) { — Browse API } } } Contents Search Get help with google @html #{/verbatim}
Get help with google