docpad-plugin-partials icon indicating copy to clipboard operation
docpad-plugin-partials copied to clipboard

Adds support for Partials (re-usable templates) to DocPad.

Results 22 docpad-plugin-partials issues
Sort by recently updated
recently updated
newest added

On line 222 of your plugins file (or line 183:50 in the generated js file) the `.match()` was complaining that it didn't exist. I did a simple console out of...

bug

Usually when building a Partial, you have something like: ``` eco Hello Welcome to ``` Now, what if you could inject meta-data to the document from the Partial itself? ```...

blocked need value