I'm stuck with a bug at the moment which is puzzling me. I have a layout containing some HTML and a partial (for the navigation) - there is nothing else there other than the yield.
- If the nav is included as a partial I get nothing returned to the browser at all (blank page) but everything else appears normal
- If I remove the partial the page works fine
- If I put the nav code directly in the template it works fine
- if I replace the nav code in the partial with a simple string, I get a blank page again.
Does anyone have any ideas as to what the problem could be, or know how I might debug it?