aboutsummaryrefslogtreecommitdiff
path: root/src/templates/short.html
blob: 1f36fdf4cdea2cb9d3335add23643f7d69dfceef (plain)
1
2
3
4
5
6
7
8
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 %}