Hi. I'm Japanese, so my English is so bad. Sorry.

I’ve started using nim-lang. And I'm studying jester.

I don't know what does the mean of under this code. 
    
    
    #? stdtmpl | standard
    #proc base_page(): string =
    #  result = ""
    
    
    Run

I think ` base_page()` that proc when call router of the jester. But why is run 
these codes? I think "#" means comments. So usually, it does not running. Why 
it runs?

\---

And the jester can use "tmpl". It can write HTML.

When I run the jester and rewrite HTML in the tmpl, even it does not re-render 
the pages on browser if reload the page.

Can I re-render the page of tmpl without having to re-compile nim.

Please tell me answers my questions. Thank you.

Reply via email to