summaryrefslogblamecommitdiffstats
path: root/templates/resource.html
blob: 20b97163a33c858965c83552f10f1f118d6350a8 (plain) (tree)
1
2
3
4



                                             

































                                                                  
<main role="main">
  $if(torrent)$
  $partial("templates/load-webtorrent.html")$
  $endif$
  <article>
    $if(thumbnail)$
    <div class="thumbnail" style="height: 30vh;">$thumbnail$</div>
    $endif$
    $if(torrent)$
    $partial("templates/video-player.html")$
    $endif$
    <div class="panel">
      <section class="header">
        <div class="title">
          <h1>$title$</h1>
          <a href="https://infoculture.pub$url$">permalink</a>
          <a href="/$path$">raw</a>
          $if(torrent)$
          <a href="$torrent$">magnet link</a>
          $endif$
        </div>
        <div class="meta">
          $if(author)$
          <h2 class="author">$author$</h2>
          $endif$
          $if(tags)$
          <h3 class="tags">$tags$</h3>
          $endif$
        </div>
      </section>
      <br>
      <br>
      <section>
        $body$
      </section>
    </div>
  </article>
</main>