1<!doctype html> 2<html> 3 <h2>{{ .DisplayName }}</h2> 4 <p>{{ .Handle }}</p> 5 <p>{{ .Description }}</p> 6 <a href="/">Go Home</a> 7</html>