+
+ {{yield (louderPlease @message)}}
+
+;
+export default Shout;
+```
+
+{% endcode %}
diff --git a/docs/ember/template-only-components.md b/docs/ember/template-only-components.md
index 6df41ee59..745e6573e 100644
--- a/docs/ember/template-only-components.md
+++ b/docs/ember/template-only-components.md
@@ -26,6 +26,13 @@ declare module '@glint/environment-ember-loose/registry' {
Note that the runtime content of this module (effectively `export default templateOnlyComponent();`) is exactly what Ember generates at build time when creating a backing module for a template-only component.
+{% hint style="info" %}
+
+Using `ember-template-imports`? See [Ember: Template Imports][etitoc] on how to declare types for a `