We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Parcel allow to include blocks of html in a simply way, as you can see in the following code snippet:
<include src="included_file.html"></include>
posthtml.config.js
module.exports = { plugins: { 'posthtml-include': { root: __dirname, } } };
There was an error while loading. Please reload this page.