
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
docpad-plugin-consolidate
Advanced tools
Adds support for a number of template engines to DocPad, using Consolidate.js.
Convention:
.anything.(atpl|dust|eco|ect|ejs|haml|haml-coffee|handlebars|hogan|jade|jazz|jqtpl|just|liquor|lodash|mustache|qejs|ractive|swig|templayed|toffee|underscore|walrus|whiskers)
Install the library for the desired template engine:
npm install --save ejs
Use the template engine in a file such as src/documents/test.html.ejs:
---
title: EJS
---
<p>This is <%= document.title %></p>
It is possible to toggle which supported template engines are rendered using Consolidate.js, by editing your DocPad configuration file:
plugins:
consolidate:
atpl: true
dot: true
dust: true
eco: true
ect: true
ejs: true
haml: true
'haml-coffee': true
handlebars: true
hogan: true
jade: true
jazz: true
jqtpl: true
just: true
liquor: true
lodash: true
mote: true
mustache: true
nunjucks: true
qejs: true
ractive: true
swig: true
templayed: true
toffee: true
underscore: true
walrus: true
whiskers: true
Install this DocPad plugin by entering docpad install consolidate into your terminal.
Discover the release history by heading on over to the HISTORY.md file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
and licensed under:
FAQs
Template engine consolidation plugin for DocPad.
We found that docpad-plugin-consolidate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.