in reply to Re: Why won't my Dancer2 app render any output???
in thread Why won't my Dancer2 app render any output???
I used the main.tt from the Tutorial (the inclusion tags are changed in my config file, but I did try the default ones).<b>Hello, world!</b>
<!doctype html> <html> <head> <title>dancr</title> <link rel=stylesheet type=text/css href="<% css_url %>"> </head> <body> <div class=page> <h1>dancr</h1> <div class=metanav> <% content %> </div> </body> </html>
|
---|