posthtml-modules icon indicating copy to clipboard operation
posthtml-modules copied to clipboard

Use Include in Module

Open ole-an opened this issue 9 months ago • 0 comments

Is there a way to use Include plugin within Module like this:

index.html

<module href="module.html">
    embed link content
</module>

module.html

<a href="some-link">
    <content></content>
    <include src="components/icon.html"></include>
</a>

ole-an avatar May 15 '25 12:05 ole-an