{%- extends "layout.html" -%}
{% block title %}Bug reporting for the web{% endblock %}
{%- block body -%}
{% include "nav/topbar.html" %}
{% include "home-page/hero.html" %}
{% include "home-page/how-it-works.html" %}
{% include "home-page/join-us.html" %}
{% include "home-page/browse-issues.html" %}
{% endblock %}
{%- block extrascripts -%}
{%- if config.PRODUCTION or config.STAGING -%}
{%- endif %}
{%- endblock %}