Check home page
  • How do i check if i am on home page? I have a navigation menu', which has a different style for the selected item, and when the user is inside a section i can use this:

    {{ if $campsite->section->number == $campsite->default_section->number }}

    to determine if i need to load a style or another.
    How do i do this kind of thing if the user is on home page?