{% extends 'base.html' %} {% set mytitle="Rickshaw Visualization" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- javascript going up front -------------- #} {% block head_scripts %} {% endblock %} {# ----------- content ------------- #} {% block content %}


{% include 'viz1example1.md' %}


{% include 'viz1example2.md' %}


{% include 'viz1example3.md' %}


{% include 'viz1example4.md' %}
{% endblock %}