diff options
author | Indrajith K L | 2017-11-02 16:02:24 +0530 |
---|---|---|
committer | Indrajith K L | 2017-11-02 16:02:24 +0530 |
commit | 2249a5f79ff44773f6e1774028861e130d8fe77f (patch) | |
tree | 4240b8a12eba69ea2f58844ab500c222b62828aa /src/views/template.html | |
parent | a7ccf2688f90f28754b8c61fa0b712d6465d2796 (diff) | |
download | es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.tar.gz es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.tar.bz2 es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.zip |
Integrated Template loading using html-loader
Diffstat (limited to 'src/views/template.html')
-rw-r--r-- | src/views/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/template.html b/src/views/template.html new file mode 100644 index 0000000..fe73372 --- /dev/null +++ b/src/views/template.html @@ -0,0 +1 @@ +<label for="">LABEL - {{data}}</label> |