{% extends 'base.html' %} {% set meta = downloads %} {% block content %} {% include "includes/nav.html" %}

{{ meta.title }}

{{ meta.description }}

Table of contents

  1. JSON
    1. /downloads/books.json
    2. /downloads/poems.json
  1. CSV
    1. /downloads/books.csv
    2. /downloads/poems.csv
{% endblock %}