9 lines
186 B
Twig
9 lines
186 B
Twig
<div class="mt-8">
|
|
<h2 class="mb-2">Events</h2>
|
|
|
|
{% include "talks/table" with {
|
|
talks: getAllTalks([page], site.events)|reverse,
|
|
talk_page: true
|
|
} %}
|
|
</div>
|