Hi, how I can insert in a page not served by a controller (think layout.html in the welcome application) current day and month?
I've tested something like this {{import datetime;
datetime.datetime.now()}} but even if this worked it will be horrible
(import datetime every single page load...)

