Hi,
Possibly dumb question, but is there a means of testing for whether the current page is the homepage? I'd like to modify the behaviour of an include for when on the homepage, and don't really want to create a homepage specific include to do the job. Something like
<% if home %>
...
<% endif %>
Been through the docs, but see nothing obvious... but then I'm still acclimatising to silverstripe
Thanks in advance
Rob