diff options
author | cel 🌸 <cel@blos.sm> | 2024-07-17 06:19:44 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-07-17 06:19:44 +0100 |
commit | 5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a (patch) | |
tree | 13a785b659996915be3a782e5f8f386402b76c16 /templates/resource.html | |
parent | fd0ea710395904e1b4cf5f22fd17af13db43ce5f (diff) | |
download | infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.gz infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.bz2 infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.zip |
webtorrent testing
Diffstat (limited to 'templates/resource.html')
-rw-r--r-- | templates/resource.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/resource.html b/templates/resource.html new file mode 100644 index 0000000..b93984a --- /dev/null +++ b/templates/resource.html @@ -0,0 +1,6 @@ +<main role="main"> + $if(torrent)$ + $partial("templates/load-webtorrent.html")$ + $endif$ + $partial("templates/article.html")$ +</main>
\ No newline at end of file |