-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Would it be possible to get a partial via a variable like so?
Main file -
<body>
<partial src="child.html" content-partial="content.html" ></partial>
</body>child.html
<div class="child-component">
<partial src="@@content-partial" ><partial>
</div>content.html
<p>Lorem ipsum...<p>
<p>Dolor sit amet...<p>This functionality would be really helpful when making reusable templates with nested partials!
Metadata
Metadata
Assignees
Labels
No labels