diff options
Diffstat (limited to 'src/templates/short.html')
-rw-r--r-- | src/templates/short.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/templates/short.html b/src/templates/short.html new file mode 100644 index 0000000..1f36fdf --- /dev/null +++ b/src/templates/short.html @@ -0,0 +1,9 @@ +{% extends "templates/partials/master.html" %} +{% block content %} +<h1>{{ $req.Title }}</h1> +<p><a href="{{ $req.Url }}">{{ $req.Url }}</a></p> +<p> +Created on : {{ $req.Created }}<br> +Expires on : {{ $req.Expires }} +</p> +{% endblock %} |