init
This commit is contained in:
9
app/torrent/templates/torrent/home.html
Normal file
9
app/torrent/templates/torrent/home.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "torrent/layout.html" %}
|
||||
{% load django_vite %}
|
||||
|
||||
{% block js %}
|
||||
<script>
|
||||
const current_user = {{ request.user.min_infos|safe }};
|
||||
</script>
|
||||
{% vite_asset "app/torrent.js" %}
|
||||
{% endblock %}
|
||||
1
app/torrent/templates/torrent/layout.html
Normal file
1
app/torrent/templates/torrent/layout.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}
|
||||
Reference in New Issue
Block a user