<!DOCTYPE html> <html> <head> <title>Romantic Novels</title> </head> <body> <input type="text" id="search" placeholder="Search novels..."> <div id="novel-list"> <!-- List novels here --> </div>
if __name__ == '__main__': app.run(debug=True)
app = Flask(__name__)
<!DOCTYPE html> <html> <head> <title>Romantic Novels</title> </head> <body> <input type="text" id="search" placeholder="Search novels..."> <div id="novel-list"> <!-- List novels here --> </div>
if __name__ == '__main__': app.run(debug=True) !-- List novels here -->
app = Flask(__name__)