{% extends 'base.html.twig' %} {% block title %}{{ user.username }}'s Profile | ventry.host{% endblock %} {% block body %} {% include 'partials/__header.html.twig' %}
{{ user.username }}

User since: {{ user.createdAt|date('Y-m-d H:i:s') }}

Uploads: {{ user.files.count }}

Go Home
{% endblock %}