Inserts formatted or unformatted page contents. ---- !Usage !Parameters ;__page__: The name of the page to insert. If not set, inserts the current page. ;__mode__: If set to "plain", inserts the actual WikiMarkup (for example, for an editor). If "html", will insert rendered HTML snippet. Default is to insert HTML. !Example {{{ <%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <wiki:PageName />



Edit this page }}} This is an extraordinarily minimal [template|WikiTemplates] for JSPWiki, which basically just displays the page name in a h1-type heading, and then inserts the renderd page contents.