-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature/#2263 - Convert templates from markdown to tgb #2367
base: develop
Are you sure you want to change the base?
Feature/#2263 - Convert templates from markdown to tgb #2367
Conversation
How should I test this? If I pip install taipy develop and try creating templates with |
It s not yet merged into develop. You can test it by installing the version of branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the center tag around the navbar (I don't know how that works with tgb), the rest looks good.
taipy/templates/default/{{cookiecutter.__root_folder}}/pages/page_example/page_example.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine 👍
6b65e01
What type of PR is this? (check all applicable)
Description
This PR updates the usage of Markdown in the templates to the Gui builder API.
Related Tickets & Documents
Checklist
We encourage you to keep the code coverage percentage at 80% and above.