templates/results.html (12 lines of code) (raw):
<!doctype html>
<html>
<head>
<script src="util.js"></script>
</head>
<body>
<button type="button" onclick="redirect_to_demo()">Back</button>
<h1> Welcome to the {{ endpoint }} endpoint!</h1>
<h2> Here is the result of a call to the {{ endpoint }}: </h2>
<p> {{ data }} </p>
</body>
</html>