{% extends "site_base.html" %} {% load boxes_tags %} {% load biblion_tags %} {% load sponsors_pro_tags %} {% load thumbnail %} {% block body_class %}home{% endblock %} {% block slogan %}

Santa Clara, CA

{% endblock %} {% block header_extra_base %}

Tutorials: March 7th–8th

Talks: March 9th–11th

Sprints: March 12th–15th

{% sponsors header as header_sponsors %}
Presented by {% with header_sponsors.1 as sponsor %} {% thumbnail sponsor.website_logo "100" format="PNG" as logo %} {{ sponsor.name }} {% endthumbnail %} {% endwith %} {% with header_sponsors.2 as sponsor %} {% thumbnail sponsor.website_logo "100" format="PNG" as logo %} {{ sponsor.name }} {% endthumbnail %} {% endwith %} {% with header_sponsors.0 as sponsor %} {% thumbnail sponsor.website_logo "100" format="PNG" as logo %} {{ sponsor.name }} {% endthumbnail %} {% endwith %}
{% endblock %} {% block body %} {% sponsors as sponsors %}
{% box "mainbox" %}
{# SECTION: our platinum and gold sponsors #}

Our Platinum and Gold Sponsors

{% include "_sponsors.html" %}

Learn how to become a sponsor...

{# SECTION: what is pycon #}

What is PyCon?

{% box "homepage_main" %}

Learn more...

{# SECTION: blog #}

Announcements

{% latest_blog_posts as posts %} {% if posts %} {% for post in posts %}

{{ post.title }}

{% include "biblion/dateline.html" %}
{{ post.teaser_html|safe }}
{% endfor %} {% else %}

No blog posts have been published.

{% endif %}
{# SECTION: silver and media sponsors #}

Sponsors
{% for sponsor in sponsors %} {% thumbnail sponsor.website_logo "100x60" format="PNG" as logo %} {{ sponsor.name }} {% endthumbnail %} {% endfor %}
{% endblock %} {% block extra_body %} {% if sponsors|length > 6 %} {% endif %} {% endblock %}