{% extends "base.html" %}
{% block nav %}
{% endblock %}
{% block content %}
{% include "_banner.html" %}
{% include "_demo.html" %}
{% include "_overview.html" %}
{% include "_make.html" %}
{% include "_examples.html" %}
{% include "_help.html" %}
{% endblock %}
{% block scripts %}
{% endblock %}