Source: site.view [edit]
Function name: wordGameRender
Arguments: piece
Description: Template for Word Game
Page type: html
Render function:  
Module: noahGames

Page source:

<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>

<body>
<body onload="document.forms.test.inp.focus()">
<webl>
    if Stringp(piece) then
        "<pre>" + piece + "</pre>" +  `<a href="javascript:history.go(-1)">Back</a>`;
     else
        Markup(piece);
     end;
</webl>

</body>