## Load Content into a Modal
* To reuse a modal (replacing the content inside):
* On modal open, set a function that targets (for example, the body of the modal)
* `$(.modal-body).load(link/path/where/to/get/content)`
* The link path will return html for a particular resource
* If the path is `/posts/15/`, it has the id, so the action will render a js file that has attributes
specific to post with id = 15