If I have a page index.html which extends a partial, you must have a comment at the very top of the HTML like:
<!--
extends=dashboard
title=My new title
-->
This works fine, but if you then have any other HTML comments in index.html, the partial will not render at all.
I believe this is a bug.
If I have a page index.html which extends a partial, you must have a comment at the very top of the HTML like:
This works fine, but if you then have any other HTML comments in index.html, the partial will not render at all.
I believe this is a bug.