{% extends "base.html" %} {% block body_attributes %}id="home"{% endblock %} {% block site_css %} {{ super() }} {{ css('home', 'all') }} {% endblock %} {% block extrahead %} {% set seo_description = _('The Mozilla Developer Network (MDN) provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS.') %} {% set social_title = 'Mozilla Developer Network' %} {% endblock %} {% block content %}

{{ _('Shared knowledge for the Open Web') }}

{{ _('Open Web and Mobile') }}

Hacks Blog{{ _('read more at hacks.mozilla.org ') }}

{{ newsfeed(updates, section_headers=True) }}
{% if demos %}
{% if not waffle.flag('derby_closed') %}
{{ _('Next Dev Derby: July 2013') }} {{ _('Subject: File API') }}
{% endif %}

{{ _('See & submit demos') }} {% if not waffle.flag('derby_closed') %} {{ _('MDN Dev Derby ') }} {% else %} {{ _('MDN Demo Studio ') }} {% endif %}

{% set extra_class = cycler(' row-first', '')%} {% for submission in demos %} {{ submission_thumb(submission, extra_class, thumb_width="180", thumb_height="133", is_homepage=True) }} {% endfor %}
{% endif %}

{{ _('Help improve MDN') }}

{{ _('All parts of MDN (docs, demos, and the site itself) are created by an open community of developers. Please join us! Pick one of these ways to help:') }}

{% endblock %} {% block js %} {{ super() }} {{ js('home', async=True) }} {% endblock %}