You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a pull request (#2673).
It will include HTML templates engine built-in for Echo.
The current way to make a template is not user-friendly and takes lots of lines.
I'm a beginner here, but I have some knowledge in Flask.
In Flask, render_template is builtin, I can import it and use it without many lines.
The text was updated successfully, but these errors were encountered:
I made a pull request (#2673).
It will include HTML templates engine built-in for Echo.
The current way to make a template is not user-friendly and takes lots of lines.
I'm a beginner here, but I have some knowledge in Flask.
In Flask,
render_template
is builtin, I can import it and use it without many lines.The text was updated successfully, but these errors were encountered: