summaryrefslogtreecommitdiffstats
path: root/app/templates/profile.html.j2
blob: d4da6c4c6726bbeb587a3578d75df218586ee44c (plain) (blame)
1
2
3
4
5
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 %}