Files @ a00195c8f6d0
Branch filter:

Location: website/ASPEN.md

brett
static.views: Deduplicate code.

The primary goal here is to get templates rendered more like our "regular"
templates, by using more of the standard tools to do so rather than roll our
own.

* Use TemplateResponse. This requires less boilerplate and ensures the
rendering runs through our local context processors.
* Use the existing definition of fundgoal_lookup.
1
2
3
# aspen-migration

Notes on the aspen migration