10 lines
217 B
Twig
10 lines
217 B
Twig
<div class="mt4">
|
|
<h2>Events</h2>
|
|
|
|
{% set data = { talks: [page], events: site.events } %}
|
|
{% include "talks-table" with {
|
|
talks: data|format_talks|reverse,
|
|
talk_page: true
|
|
} %}
|
|
</div>
|