mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
11 lines
225 B
HTML
11 lines
225 B
HTML
![]() |
{% 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 %}
|