module salix::Index
rascal-0.34.0
salix-core-0.2.3
Usage
import salix::Index;
Source code
http://github.com/usethesource/salix-core/src/main/rascal/salix/Index.rsc
Dependencies
import salix::Core;
import salix::HTML;
import String;
function withIndex
void(&T) withIndex(str myTitle, str myId, void(&T) view, list[str] css = [], list[str] scripts = [])
function index
void index(str myTitle, str myId, void() block, list[str] css = [], list[str] scripts = [])