You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use serve to prototype CMS based layouts. I use a directory for each layout... so I have views/news and in there...
views/news/_layout.html.haml and views/news/index.html.haml
It all renders fine, but serve+haml always inserts a closing tag at the end of where the content in index is yielding.
Not ideal for sure.. any idea why this happens. I suppose I could only blame Haml since it is responsible for the actual content being rendered... but then again...
Anyone else seen serve render content where haml mistakenly closed of yielded content???
The text was updated successfully, but these errors were encountered:
Interesting bug.
I use serve to prototype CMS based layouts. I use a directory for each layout... so I have views/news and in there...
views/news/_layout.html.haml and views/news/index.html.haml
It all renders fine, but serve+haml always inserts a closing tag at the end of where the content in index is yielding.
Not ideal for sure.. any idea why this happens. I suppose I could only blame Haml since it is responsible for the actual content being rendered... but then again...
Anyone else seen serve render content where haml mistakenly closed of yielded content???
The text was updated successfully, but these errors were encountered: