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

Does whiteboard supports includes ? #29

Open
Yaty opened this issue May 7, 2018 · 0 comments
Open

Does whiteboard supports includes ? #29

Yaty opened this issue May 7, 2018 · 0 comments

Comments

@Yaty
Copy link

Yaty commented May 7, 2018

Hi,
Can I include ejs files from ejs files ? It was possible in Slate with the erb partial syntax, I didn't find a way to do it here with ejs.

This is currently my project achitecture :

  • index.md (include index_foo and index_bar at the top)
  • includes/
    • _index_foo.md.ejs (includes all files from foo with <%- include ... %>)
    • _index_bar.md.ejs (same for bar)
    • foo/
      • file.md.ejs
    • bar/
      • bar.md.ejs

Currently, I can't include ejs files from the index. And index.md can't be an ejs file.

Thanks,

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

1 participant