DEV Community

Discussion on: Flask Login-Register-Logout Implementation

Collapse
 
bhansa profile image
Bharat Saraswat • Edited

Hey, One Tip: you can give code language in markdown when you are adding code in your post, it will render much cleaner. Check the markdown guide, you'll understand :)
Like below:

@app.route('/')
def home():
    return render_template('index.html')
Collapse
 
imdhruv99 profile image
Dhruv Prajapati

Okay, Thank you sir👍🏻

Collapse
 
bhansa profile image
Bharat Saraswat

Haha, please no "sir" :)

Thread Thread
 
imdhruv99 profile image
Dhruv Prajapati

I have updated it, look at now. Thank you for your reference 👍