aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/index.tmpl')
-rw-r--r--tmpl/index.tmpl24
1 files changed, 12 insertions, 12 deletions
diff --git a/tmpl/index.tmpl b/tmpl/index.tmpl
index af8aaa9..f176657 100644
--- a/tmpl/index.tmpl
+++ b/tmpl/index.tmpl
@@ -15,18 +15,18 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ -}}
-{{ define "index" }}
+{{- define "index" -}}
<!DOCTYPE html>
<html>
-<head>
-<title>
-Title
-</title>
-</head>
-<body>
-<p>
-Paragraph
-</p>
-</body>
+ <head>
+ <title>
+ Title
+ </title>
+ </head>
+ <body>
+ <p>
+ Paragraph
+ </p>
+ </body>
</html>
-{{ end }}
+{{- end -}}