Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partials don't seem to render #2

Open
leepowelldev opened this issue Aug 3, 2012 · 8 comments
Open

Partials don't seem to render #2

leepowelldev opened this issue Aug 3, 2012 · 8 comments

Comments

@leepowelldev
Copy link

Partials within templates don't seem to render using:

template.hjs

Hello world

{{>test_partial}}

test_partial.hjs

This is a test

@natesilva
Copy link

Yep, I’m having the same problem. As far as I can tell it’s not supported. Hopefully it will be soon!

@nullfirm
Copy link
Owner

Merge & Fixed !! Sorry I'm late

@nullfirm nullfirm reopened this Sep 11, 2013
@nullfirm
Copy link
Owner

i was accepted pull request and merge.
but, that code seems like a copy of hogan-express package.
that's too bad!!!

i'll remade that!! please wait

@acarrilho
Copy link

hi,
it seems that when using partials on res.render it works but when setting in app.js it doesn't.

@jamesrom
Copy link
Contributor

@acarrilho The latest version on github includes support for this. However, it appears that @nullfirm has not published this update to npm.

In the meantime I recommend using the github version.

@mark-schaal
Copy link

When I attempt to use global partials using the described syntax in app.js, I cannot get the partial to render in my View. Is there something I am missing with the global partial declaration?

@ronaldroe
Copy link

Having the same issue here. Single use works fine, global use does not.
Installed from npm. Is there a reason the version from npm doesn't work?

@linslin
Copy link
Collaborator

linslin commented Mar 8, 2017

Due to no support on this library for months and a last release years a ago we decided to fork this lib to https://github.com/linslin/hjs and released a new version on NPM with all the latest fixes. The "bus factor" on this lib is to high. With our fork we try to get this lib back into life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants