Hi, newbie question :
I need to use a style sheet for my app so I must write something like : <HEAD> <TITLE> prettyTitle</TITLE> <LINK REL=STYLESHEET HREF="mystyles.css" TYPE="text/css"> </HEAD> but the templates/app/layouts/Default.vm template only defines the <body> part of the page. How can I add/modify things before the <body> tag ? thanks Patrice
