--- layout: default --- {% include homepage/jumbotron.html %} {% if site.data.conf.venue.note %}

{{site.data.conf.venue.note}}

{% endif %}
{% unless site.data.conf.homepage-display == 'peri' %}

The conference for people who code for libraries.

An annual gathering of technologists from around the world, who largely work for and with libraries, archives, and museums and have a commitment to open technologies.

{% endunless %}
{% include homepage/{{ site.data.conf.homepage-display }}_conference.html %}
{% if site.data.conf.location != '' %}

Welcome to {{site.data.conf.location}}{% if site.data.conf.catchline %}, {{site.data.conf.catchline}}{% endif %}

{% if site.data.conf.welcome-message %}

{{site.data.conf.welcome-message}}

{% endif %} {% if site.data.conf.venue.name != nil %}

The conference {% if site.data.conf.homepage-display == 'pre' %} will take {% endif %} {% if site.data.conf.homepage-display == 'post' %} took {% endif %} {% if site.data.conf.homepage-display == 'peri' %} is taking {% endif %} place at {{site.data.conf.venue.name}}, in {{ site.data.conf.location }}.

{% if site.data.conf.schedule-note != nil %}

Important schedule note: {{ site.data.conf.schedule-note }}

{% endif %} {% endif %}
{% endif %}
{% for testimonial in site.data.testimonials %}
{{ testimonial.blurb }}

{{ testimonial.name }}

{{ testimonial.org }}

{% endfor %}