{% 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.
Thanks for making this app.
TC
{{ quote|markdown }} {{ quote_author }}
| Name | Born | Died |
|---|---|---|
| {{ row.name }} | {{ row.born|format_date }} | {{ row.died|format_date }} |