I put the following lines in views/default/index.html
{{print crud.select(db.HumanLanguage, fields=['languageName'],
headers={'HumanLanguage.languageName': 'Language Name'})}}but the output went to the server's command line (in MS-Windows, the black DOS-command-line looking window). How can I make the output appear on the html page instead? thanks, Alex Glaros --

