git.sophuwu.com > urlshort   
              14
            
             <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>URL Shotner</title>
</head>
<body>
    <h1>URL Shortner</h1>
    <p>Alias: {{path}}</p>
    <p>Destination: <a href="{{url}}">{{url}}</a></p>
    <p>Created: {{date}}</p>
    <p>Uses: {{uses}}</p>
</body>
</html>