Since we want the template to show some kind of feedback upon receiving the form data, we add another attribute containing a boolean. If it’s set to true
the template will show some kind of modal or confirming message. Since this boolean is only passed to the template if the route hit from the user was via POST
HTTP method (and thus only upon form submission) the confirmation message is ONLY shown after the form was submitted.