{% include 'incl/header.html' %}

There are {{number_of_people}} people in our database.

You can search for people to invite to your conference to give a talk, or to be a guests on your podcast, or maybe to offer a job.

{% if people_ids %} {% for p in people_ids %} {% endfor %}
NameLocationTopicsTags
{{ people[p]['info']['name'] }} {{ people[p]['info']['location'] }} {{ people[p]['info']['topics'] }} {% for d in people[p]['tags'] %} {{d}} {% endfor %}
{% endif %}
{% include 'incl/footer.html' %}