Is your feature request related to a problem? Please describe.
Wagtail's streamfield allows us to create "blocks" that are configurable on the website backend and add them to pages. We could/should take all the html sections in our templates and turn them into reusable blocks.
https://docs.wagtail.io/en/v2.5/topics/streamfield.html#structblock
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This will require architecture and code. Work with @zoombear since she's done this before on a wagtail project and can provide guidance!
Is your feature request related to a problem? Please describe. Wagtail's streamfield allows us to create "blocks" that are configurable on the website backend and add them to pages. We could/should take all the html sections in our templates and turn them into reusable blocks. https://docs.wagtail.io/en/v2.5/topics/streamfield.html#structblock
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context This will require architecture and code. Work with @zoombear since she's done this before on a wagtail project and can provide guidance!