## Overview As a user, I want to select a new template to a post type feed based on one I've already created. **Note**: This story assumes "Create Template" #55 has been complete. [FIGMA](https://www.figma.com/file/YxjgMO6YlW8wvK6obiQgfU/Build-DAO?type=design&node-id=2307-1024&mode=dev)  ## Acceptance Criteria - [x] I have not yet written anything (content === template || "") -- when I select a created template, the editor text changes - [x] I have written something already (content !== template || "") -- when I select a created template, a confirmation modal appears (awaiting design...) - [x] ... confirmation modal appears and I click confirm, my old text goes away (is saved as draft?) and the new template is applied - [x] ... confirmation modal appears and I click cancel, my original text remains. The new template is not applied.
Overview
As a user, I want to select a new template to a post type feed based on one I've already created.
Note: This story assumes "Create Template" #55 has been complete.
FIGMA

Acceptance Criteria