Tags: Mahabhuta

The Mahabhuta template engine allows the website author to use jQuery-like functions to manipulate website HTML.

The author inserts HTML tags in their content. You can also invent wholly new tags if desired.

In config.js the author writes jQuery functions to manipulate content. It uses a subset of the jQuery API as provided by the cheerio module. See (akashacms.com) the Mahabhuta documentation (external link) for more information.

Here's an example:

<helloworld>This content will disappear.</helloworld>

Is replaced by:

Hello world! Mahabhuta (jQuery-like scripting) example