I create a new theme module, extended 'web.main.Home' controller, and tried to render my own template:
<template id="theme.login" name="my_login">
I get error: Template 'theme.login' not found.
Is there something I must do to register my template with Odoo?
@Axel
What about this tutorial (http://odoo-80.readthedocs.org/en/latest/guides/themes.html) that uses id of "website.hello"?