9 lines
192 B
Twig
9 lines
192 B
Twig
<div class="mt4">
|
|
<h2>Events</h2>
|
|
|
|
{% include "talks-table" with {
|
|
talks: { talks: [page], event_data: site.events }|all_talks|reverse,
|
|
talk_page: true
|
|
} %}
|
|
</div>
|