Two templates on same site

Is it possible to use two templates on the same site. I want to use a customized version of the agency theme on my website and the resume theme on mywebsite.com/resume.

Yes, look for the “Themer” plugin: https://github.com/sommerregen/grav-plugin-themer

Wow, that was quick!

Installed the theme plugin but can’t get both themes working right. I’ve set the Resume as default template but now it isn’t possibly to add a modular page. Schermafbeelding 2015-12-03 om 21

Hi Jochem, Themer plugin is independent from Admin plugin. It works on the basis of injecting the right theme at runtime and is really basic at the moment. It doesn’t add the templates from other hemes into the admin panel, since it doesn’t know them at this stage.

You have manually create them. If you have a solution, please let me know.

that makes sense, will use the admin plugin for my normal pages and CLI for the resume theme.
If I find a solution I will definitely commit it.