From 21ca0fcdc4003d87af28c9975e4f0f4e04302c89 Mon Sep 17 00:00:00 2001 From: thewhitetulip Date: Sat, 21 Nov 2015 10:00:55 +0530 Subject: [PATCH] changed extensions from .gtpl to .html --- templates/{_footer.gtpl => _footer.html} | 0 templates/{_head.gtpl => _head.html} | 0 templates/{completed.gtpl => completed.html} | 2 +- templates/deleted.gtpl | 91 -------------------- templates/{edit.gtpl => edit.html} | 2 +- templates/{home.gtpl => home.html} | 2 +- templates/{search.gtpl => search.html} | 2 +- 7 files changed, 4 insertions(+), 95 deletions(-) rename templates/{_footer.gtpl => _footer.html} (100%) rename templates/{_head.gtpl => _head.html} (100%) rename templates/{completed.gtpl => completed.html} (98%) delete mode 100644 templates/deleted.gtpl rename templates/{edit.gtpl => edit.html} (97%) rename templates/{home.gtpl => home.html} (99%) rename templates/{search.gtpl => search.html} (98%) diff --git a/templates/_footer.gtpl b/templates/_footer.html similarity index 100% rename from templates/_footer.gtpl rename to templates/_footer.html diff --git a/templates/_head.gtpl b/templates/_head.html similarity index 100% rename from templates/_head.gtpl rename to templates/_head.html diff --git a/templates/completed.gtpl b/templates/completed.html similarity index 98% rename from templates/completed.gtpl rename to templates/completed.html index 3e1034d..1f525ae 100644 --- a/templates/completed.gtpl +++ b/templates/completed.html @@ -1,4 +1,4 @@ -{{template "_head.gtpl"}} +{{template "_head.html"}}
{{ if .}} {{range .}} diff --git a/templates/deleted.gtpl b/templates/deleted.gtpl deleted file mode 100644 index 05e8c49..0000000 --- a/templates/deleted.gtpl +++ /dev/null @@ -1,91 +0,0 @@ -{{template "_head.gtpl"}} - -{{if .}} - - - -{{end}} - - - - - - - -
- {{ if .}} {{range .}} -
-

{{.Title}}

-
-

{{.Content}}

- - - -
- {{end}} {{else}} -

No tasks here

- {{end}} -
-{{template "footer.gtpl"}} - - - - diff --git a/templates/edit.gtpl b/templates/edit.html similarity index 97% rename from templates/edit.gtpl rename to templates/edit.html index 2abc3ab..f3a6314 100644 --- a/templates/edit.gtpl +++ b/templates/edit.html @@ -1,4 +1,4 @@ -{{template "_head.gtpl"}} +{{template "_head.html"}}
{{ if .}}