ejs-locals icon indicating copy to clipboard operation
ejs-locals copied to clipboard

Express 3.x layout, partial and block template functions for the EJS template engine.

Results 13 ejs-locals issues
Sort by recently updated
recently updated
newest added

Provides simple block syntax, overrides ejs but only a little bit

Just added the license info to the package.json. That way the license is available via the NPMRegistry. I'm working on [VersionEye](https://www.versioneye.com) and for us the license info is very important.

I've been trying to find a way of handling template overrides with a theme folder. The project I'm working on will implement themes that can override a default template. I...

``` Details['11'] = { 'id': '11', 'name': 'Avanish' }; res.render('/index',{'Message': Details}); ``` Page code ``` var ERRORCONST = 'Error'; var NORECORDS = 'No records'; - ``` Getting error ``NORECORDS is...

Do not understand, but i have errors, while use switch or if/else op... Somethin like this :         some text              another one    or...

Currently, it appears the only option is relative paths, which gets messy if you have any complex organization of your views.

Inspired by ejs-layout, I update the code to support `contentFor` block with following syntax: # inside the view ``` ... .... ``` # inside the layout ``` .. // snipped...

Love the package, but trying to use the same template on server and client side. Have tried using the visionmedia/ejs client side library, unfortunately it expects a 'foreach' in the...

My application worked good with express 3.x, but after upgrade express module to 4.x, it didn't work anymore. Any plans to support the latest express? I really want to use...

If options.settings['theme'] is set by calling "app.set('theme', __dirname + '/themes/' + storeConfig.ActiveTheme);" then all templates will be loaded from the themes folder if they exist. If they don't exist templates...