oliverdavies.uk/source/_includes/talk/event-list-event.html.twig

11 lines
236 B
Twig
Raw Normal View History

2021-06-30 07:00:00 +00:00
<li>
{% if url %}
<a href="{{ url }}">{{ name }}</a>
{% else %}
{{ name }}
{% endif %}
{% if location %}in {{ location }}{% endif %}
- {{ date|date('jS F Y') }}
2021-12-29 15:25:24 +00:00
{{ is_online ? '(online)' }}
2021-06-30 07:00:00 +00:00
</li>