html-over-websockets-with-d.../app/website/templates/pages/talk-single.html
2021-11-21 09:34:54 +01:00

18 lines
502 B
HTML

{% load slippers %}
<main id="main" data-scroll-to-top="true">
<article>
<header>
<p>
<img width="200" src="{{ talk.image.url }}">
</p>
<h2>{{ talk.title }}</h2>
</header>
<p>
{{ talk.content }}
</p>
<footer>Author {{ talk.author.full_name }} - {{ talk.category.name }}</footer>
</article>
<p>
{% #link action="page" value="talks" page=1 %}More talks{% /link %}
</p>
</main>