{% extends "_base.html" %} {% block content %} {% if PREVIEW_SERVER %}

Edit this project's Google spreadsheet.

You can modify this file by editing {{ PROJECT_PATH }}/index.html.

This block will not publish when tarbell publish is invoked.

{% endif %}

Hello Trib Staff

Thanks for making this app.

TC

{{ quote|markdown }} {{ quote_author }}
{% for row in data %} {% endfor %}
Name Born Died
{{ row.name }} {{ row.born|format_date }} {{ row.died|format_date }}
{% endblock content %}