Load home page
This commit is contained in:
9
app/website/templates/pages/talks.html
Normal file
9
app/website/templates/pages/talks.html
Normal file
@ -0,0 +1,9 @@
|
||||
<main id="page">
|
||||
{% for talk in talks %}
|
||||
<article>
|
||||
<header>{{ talk.title }}</header>
|
||||
<p></p>
|
||||
<footer>Author {{ talk.author.full_name }} - {{ talk.category.name }}</footer>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</main>
|
Reference in New Issue
Block a user