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 .}}