diff options
author | Alan Pearce | 2017-06-18 01:14:12 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-18 01:14:12 +0200 |
commit | 553a9f2f376a9d489e9096386ffec5b7732aa5e3 (patch) | |
tree | 6590a6f04d93a68e6514714c1c190173e5c5da73 /src/views | |
parent | a00908501a435051cd91c59562d43bb8dd7d56f5 (diff) | |
download | homestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.tar.lz homestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.tar.zst homestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.zip |
feat: Use nunjucks templates via koa-nunjucks-next
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/index.html b/src/views/index.html new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/src/views/index.html @@ -0,0 +1 @@ +hello world |