diff --git a/content/posts/form-focus.md b/content/posts/form-focus.md index 6a4d50f..72599b5 100644 --- a/content/posts/form-focus.md +++ b/content/posts/form-focus.md @@ -12,7 +12,7 @@ Imagine a common scenario. I have a pastry shop app and I click "New Donut". A f In such a scenario it makes sense to write reusable components for our form elements. Consider the following: -```hbs +```html {{#if this.creatingNewDonut}}