Add page titles

This commit is contained in:
2025-02-15 22:57:23 +00:00
parent baabe90000
commit d38bea0cc2
2 changed files with 3 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ def contact():
return render_template('contact.html', user_message='Your message has been sent!')
return render_template('contact.html', error=True, user_message='An error occurred.')
else:
return render_template('contact.html')
return render_template('contact.html', page_title='Contact - ')