Hashtag List for Google Sheet with Total Calculation

Processing this Hashtag Markup:
<# start list for googlesheet "Test Spreadsheet";
	set overall_total to total of row.total;
#>

<# start row #>row total:   	<# row.total as dollars #>
<# end row #>

<# start footer #>
overall total:	<# overall_total as dollars #>
<# end footer #>

<# end list #>




List all rows in "Test Spreadsheet"
Form for adding a row to "Test Spreadsheet"
Create Record Hashtag Function for adding a row to "Test Spreadsheet"