web/templates/layout/app.html.eex
web/templates/registration/registration-process.html.eex
web/templates/registration/individual/personal-information/new.html.eex
web/templates/registration/group/personal-information/new.html.eex
I’d like to render in the ‘individual/personal-information’ controller the following nested set of templates:
layout/app.html.eex → registration/registration-process → registration/individual/personal-information/new.html
and in the ‘group/group-information’ controller the following nested set of templates
layout/app.html.eex → registration/registration-process → registration/group/personal-information/new.html
I’m having trouble thinking about how to set up these views / layouts.






















