? my $c = shift; <?= $c->{title} ?> - powerd by Nephia
{title} ?> {envname} ?>

Hello, Nephia world!

    ### {apppath} ?>
    use Nephia;

    # JSON responce sample
    path '/data' => sub {
        my $req = shift;

        return { # responce-value as JSON unless exists {template}
            #template => 'index.tx',
            title    => config->{appname},
            envname  => config->{envname},
        };
    };
    

See also

Generated by Nephia