Skip to content

Commit

Permalink
WIP with clues for next time
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Nov 13, 2024
1 parent 33382f8 commit e7c2bc2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions guides/release/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ Congratulations! You just created and booted your first Ember app.

## Write some HTML in a template

<template-tag-on>
TEMPLATE tagggg
</template-tag-on>
<template-tag-off>
No template tags
# Title

- bullet
</template-tag-off>

<div data-template-tag="off" markdown="1">

We will start by editing the `application` template.
Expand Down Expand Up @@ -249,6 +259,13 @@ Our component is called `<PeopleList>`, based on its name on the file system. Pl
<zoey-says>
If you are having trouble getting this running, other Ember developers would be happy to help!
Visit [The Ember Community Page](https://emberjs.com/community/) to join chat groups or forums.

```handlebars {data-filename=app/templates/application.hbs}
<h1>What even am I doing?</h1>
<p> Why does this render outside of the zoey-says custom element? Are we better off doing this as a showdown extension?</p>
{{outlet}}
```
</zoey-says>

Save this template and switch back to the `scientists` template.
Expand Down

0 comments on commit e7c2bc2

Please sign in to comment.