diff options
Diffstat (limited to 'app/templates/profile.html.j2')
-rw-r--r-- | app/templates/profile.html.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/profile.html.j2 b/app/templates/profile.html.j2 new file mode 100644 index 0000000..d4da6c4 --- /dev/null +++ b/app/templates/profile.html.j2 @@ -0,0 +1,6 @@ +{% extends "base.html.j2" %} +{% block content %} +<img src="/i/{{ url }}" /> +<div class="profile-description">url: <a href="/i/{{ url }}">{{ '/i/' + url }}</a> +date: 1986-04-26T21:23+0000</div> +{% endblock %}
\ No newline at end of file |