posthtml-modules
posthtml-modules copied to clipboard
Use Include in Module
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>