{{ filename }}
|
{{ content_type }}
|
{{ size }}
{% if let Some(w) = width %}
{% if let Some(h) = height %}
|
{{ w }}x{{ h }}
{% endif %}
{% endif %}
|
{{ created_at }}
{% extends "base.html" %} {% block title %}{{ filename }} - irc.pics{% endblock %} {% block content %}
{% endblock %}