{% extends "layout.html" %} {% block title %}{{ user.username }} :: {{ config.SITE_NAME }}{% endblock %} {% block body %}

Browsing {{user.username}}'s torrents

{% include "search_results.html" %} {% endblock %}