Add new/custom page (ftl) to a theme

Hello, we are able to successfully create new themes based on existing ones. However, we are unable to add additional pages to a theme. We created a new file named links.ftl and edited the template.ftl with a link to ${url.linksUrl}. However the theme errors out when attempting to access.

Is it possible to add new pages to a theme? We are trying to edit the Account section of a customer theme.

Thanks
Sean

Did you find a solution? Im having the same Question :smiley:

You can add additional pages to a theme, but you must have something put attributes in the freemarker scope and render them (e.g. an Authenticator in the case of a login them). There isn’t anything in Keycloak that automatically renders .ftls by path.

And how do you do that?

https://www.keycloak.org/docs/latest/server_development/index.html#_themes