<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Actix Web</title> </head> <body> <h1>Hi, {name}!</h1> <p>{text}</p> </body> </html>