nyaa/nyaa/templates/user.html

11 lines
225 B
HTML
Raw Normal View History

2017-05-12 18:51:49 +00:00
{% extends "layout.html" %}
{% block title %}{{ user.username }} :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
<h3>
Browsing {{user.username}}'s torrents
</h3>
{% include "search_results.html" %}
{% endblock %}