Record#
- Continue learning about Flask today.
- Use <> to pass parameters in the route,
@app.route('/<pageNumber>'), and accept the parameter like thisdef index(pageNumber):. - Today's exercise is to write two simple pages, use parameter passing and templates to display different content.