{% assign event = include.event %}

{% include event-title.html event=event %}

{{ event.content | markdownify}} {% include meetup-rsvp-button.html event=event %}
{% if event.talks %}
    {% include talk-list.html talks=event.talks show_abstract=include.show_abstracts %}
{% elsif include.call_for_talks %}

We're currently looking for talks. {% if event.links['Planning discussion on Github'] %} Help us! {% else %} Help us! {% endif %}

{% endif %} {% include location.html location=event.location %} {% include event-links.html event=event %}