BerkeleyAutomation / malasakit

Malasakit is a customizable participatory assessment platform that collects and integrates quantitative assessment, qualitative feedback, and peer-to-peer collaborative filtering on ways local communities can become better prepared for typhoons and floods.
2 stars 8 forks source link

Template inheritance #16

Closed jonathan-j-lee closed 7 years ago

jonathan-j-lee commented 7 years ago

Currently, most templates share the same frontmatter (for instance, the head tag). To cut down on redundant boilerplate and make creating new templates easier, templates should inherit from a base template.

jonathan-j-lee commented 7 years ago

Addressed in #56.