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

Document Jinja2 template tree and reasoning #788

Open
koenedaele opened this issue Mar 2, 2023 · 4 comments
Open

Document Jinja2 template tree and reasoning #788

koenedaele opened this issue Mar 2, 2023 · 4 comments
Assignees

Comments

@koenedaele
Copy link
Member

koenedaele commented Mar 2, 2023

Document how the Jinja2 templates inherit from eachother and why.

  • admin.jinja2
  • concept.jinja2 -> layout.jinja2
  • conceptscheme.jinja2 -> layout.jinja2
  • conceptschemes.jinja2 -> layout.jinja2
  • conceptschemes_overview.jinja2
  • d3cloud.jinja2
  • footer-main.jinja2
  • footer-page.jinja2
  • header-main.jinja2
  • header-page.jinja2
  • home.jinja2 -> layout.jinja2
  • layout.jinja2 -> staticlayout-page.jinja2
  • macros.jinja2
  • scheme_tree.jinja2 (root HTML)
  • search_form.jinja2
  • search_result.jinja2 -> layout.jinja2
  • staticlayout.jinja2 (root HTML)
  • staticlayout-page.jinja2 -> staticlayout.jinja2
  • subfooter-main.jinja2
  • subfooter-page.jinja2
  • tree
  • welcome.jinja2
@koenedaele koenedaele added the Epic label Mar 2, 2023
@koenedaele koenedaele changed the title Document Jinja Document Jinja2 template tree and reasoning Mar 2, 2023
@koenedaele
Copy link
Member Author

See #247 for explanation

@koenedaele
Copy link
Member Author

d3cloud.jinja2 doesn't seem to do anything. It's only included in home.jinja2 and there's it's commented. @cedrikv Any idea what it's supposed to do?

@cedrikv
Copy link
Contributor

cedrikv commented Mar 2, 2023

¯_(ツ)_/¯

@koenedaele
Copy link
Member Author

Ok, off with their head!

@koenedaele koenedaele self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants