-
1
The second was a simple Flask route involving data received using request, for which I started writing the route and used request.form.get() and render_template(). Before I finished the complete code, she said that what I had written was sufficient and concluded the viva.Times asked 1Official solution
Simplerender_template Jinja HTML file ko data deke final HTML banata hai.
Example
return render_template('dashboard.html', user=user, lots=lots)Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet