Sisal is a plugin for 11ty that allows you to use Ligature and Wander to help build your static website.
It is available via npm:
npm install sisal
Once you install sisal, it needs to be added to your site's 11ty.config.js.
import SisalPlugin from 'sisal'
export default async function (eleventyConfig) {
eleventyConfig.addPlugin(SisalPlugin)
// ...
}
Sisal provides support for Wander templates. This allows you to use Wander to generate HTML.