{% if not settings.ENGAGE_ROBOTS %} {% endif %} {% block extrameta %}{% endblock %} {% block title %}{{ dev_page_title() }}{% endblock %} {% block rss_feed %}{% endblock %} {# L10n: {0} is an application, like Firefox. #} {% block site_css %} {{ css('devhub/css') }} {% endblock %} {% block extrahead %}{% endblock %} {% if request.user.is_authenticated() %} {% endif %} {{ js('preload') }} {% set user_authenticated = request.user.is_authenticated() %} {% include 'devhub/new-landing/components/navigation.html' %}
{% if not user_authenticated %} {% include 'devhub/new-landing/components/overview.html' %} {% endif %} {% if not user_authenticated %} {% include 'devhub/new-landing/components/blog_posts.html' %} {% endif %}
{% block site_js %} {% endblock %}