{% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/js/bootstrap.min.js', '_static/js/custom.js', '_static/js/wow.min.js', '_static/js/jquery.scrolldepth.min.js'] %} {% set css_files = ['_static/css/bootstrap.css', '_static/css/bootstrap-theme.css', '_static/animate.css', '_static/css/sphinx.css']%} {%- block doctype %} {% endblock %} {%- block extrahead %} PyBossa {% endblock %} {% block header %} {% include "gtm.html" %} {% include "navbar.html" %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block sidebar1 %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block content %} {% if pagename == "index" %}

Read. Learn. Build.

{% endif %}
{% block body %} {% endblock %}
{%- endblock %} {%- block footer %} {% include "footer.html" %} {% endblock %}