root/lang/perl/NanoA/trunk/app/example/mojo.mt

Revision 24573, 144 bytes (checked in by kazuho, 22 months ago)

automatically detect if string is already escaped

Line 
1<?= $app->render('example/template/header') ?>
2Hello to <?= $app->query->param('user') || '' ?>.
3<?= $app->render('example/template/footer') ?>
Note: See TracBrowser for help on using the browser.