The most logical place to render your breadcrumb from is your master layout… However it’s unlikely you’ll ever want to render to on your home page right? I mean what is the point of seeing just “Home”. This can be simply achieved using a partial template to render your breadcrumb. The code below should explain [...]