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

support for "block content" in templates #7

Closed
p4tin opened this issue Jun 18, 2016 · 1 comment
Closed

support for "block content" in templates #7

p4tin opened this issue Jun 18, 2016 · 1 comment

Comments

@p4tin
Copy link

p4tin commented Jun 18, 2016

In jade you can create a template file and they use "block content" in the template and then in the partials you simply say:

extends layout
block content

and everything in the block content is added to the template to produce the html page. This does not appear to be supported or perhaps I just need an example on how to use it ???

@Joker
Copy link
Owner

Joker commented Nov 1, 2016

Example in github.com/Joker/jade/example/jade_extends.

@Joker Joker closed this as completed in 68fdbf3 Nov 1, 2016
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

No branches or pull requests

2 participants