diff options
author | Indrajith K L | 2017-01-17 15:37:25 +0530 |
---|---|---|
committer | Indrajith K L | 2017-01-17 15:37:25 +0530 |
commit | 550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff (patch) | |
tree | faf6bff0bdde8f01514a3f59ecca943569647c40 /partials/test | |
download | InAppJSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.tar.gz InAppJSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.tar.bz2 InAppJSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.zip |
Initial Commit
Diffstat (limited to 'partials/test')
-rw-r--r-- | partials/test/test.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/partials/test/test.html b/partials/test/test.html new file mode 100644 index 0000000..bdd83e7 --- /dev/null +++ b/partials/test/test.html @@ -0,0 +1,3 @@ +{% block content %} +<h1>HELLO</h1> +{% endblock %}
\ No newline at end of file |