# Insertar la plantilla hbs en el outlet del plugin en la página -	\> user-preferences-interface a user-preferences-account

**URL:** https://meta.discourse.org/t/insert-the-hbs-template-into-the-plugin-outlet-on-the-page-user-preferences-interface-to-user-preferences-account/232948
**Category:** Development
**Created:** [15 Julio, 2022 08:53 UTC](https://meta.discourse.org/t/insert-the-hbs-template-into-the-plugin-outlet-on-the-page-user-preferences-interface-to-user-preferences-account/232948 "2022-07-15T08:53:40Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [24 Agosto, 2022 08:04 UTC](https://meta.discourse.org/t/insert-the-hbs-template-into-the-plugin-outlet-on-the-page-user-preferences-interface-to-user-preferences-account/232948/5 "2022-08-24T08:04:33Z")

</div>

Ya cubrí parte de por qué esto podría no funcionar aquí:

> [@Change code does not work in VS Studio code editor](https://meta.discourse.org/t/change-code-does-not-work-in-vs-studio-code-editor/233290/2?u=merefield):
>
> Things are a quite a bit more complicated than that. This is not related to your editor, VS Code is an excellent choice. Discourse is a [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller#:~:text=Model%E2%80%93view%E2%80%93controller%20%28usually%20known%20as%20MVC%29%20is%20a%20software,is%20presented%20to%20and%20accepted%20from%20the%20user.) single page app that uses EmberJS on the front end and uses Routes, Models, Controllers and Templates. Changing only the Templates is usually not sufficient. It would be really good for you to do [some reading into EmberJS](https://guides.emberjs.com/v3.16.0/). But for example, part of the reason there is no functionality, is because the Controllers are different. Here are all the Controll…

No puedes esperar que esto funcione sin considerar los controladores o el JS del componente.

Mover solo elementos de la plantilla de interfaz entre rutas es poco probable que funcione a menos que tengas en cuenta eso, es decir, la plantilla puede depender de:

- Propiedades computadas
- Acciones
- Datos serializados
- etc.

---

_[View the full topic](https://meta.discourse.org/t/insert-the-hbs-template-into-the-plugin-outlet-on-the-page-user-preferences-interface-to-user-preferences-account/232948)._
