Try add the following code:
    
    
    template routes(body: untyped): untyped {.dirty.}=
       block routes:
          body
    
    
    Run

Reply via email to