From 6a907143e9d142da0df49532729de3ae09bb9f4d Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Tue, 25 Feb 2020 16:07:09 -0600 Subject: [PATCH] Fix code highlighting --- content/posts/form-focus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}