-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In base.html the <include> file never gets rendered.
<body>
<!-- Doesn't work -->
<include src="partials/header.html"></include>
<main>
<block name="content"></block>
</main>
</body>However it does get rendered within a layout:
<extends src="base.html">
<block name="content">
<!-- Works -->
<include src="partials/header.html"></include>
</block>
</extends>Any idea what could be causing this issue?
Metadata
Metadata
Assignees
Labels
No labels