UNPKG

flight-path

Version:

Express style router for Fastly Compute@Edge

19 lines (18 loc) 285 B
<html> <head> <title>{{title}}</title> <meta charset="utf-8" /> </head> <body> <h1>{{title}}</h1> <hr/> {{#segments}} <h2>{{name}}</h2> <p>{{description}}</p> {{/segments}} <hr/> <p> Current time: {{time}} </p> </body> </html>