From 1d1a8af41be29204d9f3dd7470351590b8f835ad Mon Sep 17 00:00:00 2001 From: Calvin Freitas Date: Wed, 28 Sep 2016 06:35:35 -0700 Subject: [PATCH] add doctype to html template example (#593) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0220c19..9b6ffb7 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ There are several techniques that can be used to load templates and hand them to If you need a template for a dynamic part in a static website, you can consider including the template in the static HTML file to avoid loading templates separately. Here's a small example using `jQuery`: ```html +
Loading...