summaryrefslogtreecommitdiffstats
path: root/templates/post.html
blob: 5815e9107b2b7783b9012cadd3f0448865526598 (plain) (blame)
1
2
3
4
5
6
<main role="main">
  $if(torrent)$
  $partial("templates/load-webtorrent.html")$
  $endif$
  $partial("templates/article.html")$
</main>