From 885647e17a6e7a41b854f5bbaa9548fd503bd56a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 18 Aug 2024 08:00:00 +0800 Subject: [PATCH] tmpl/*: Indentation --- tmpl/index.tmpl | 24 ++++++++++++------------ tmpl/index_login.tmpl | 30 +++++++++++++++--------------- 2 files changed, 27 insertions(+), 27 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 . */ -}} -{{ define "index" }} +{{- define "index" -}} - - -Title - - - -

-Paragraph -

- + + + Title + + + +

+ Paragraph +

+ -{{ end }} +{{- end -}} diff --git a/tmpl/index_login.tmpl b/tmpl/index_login.tmpl index da3396c..d9b997c 100644 --- a/tmpl/index_login.tmpl +++ b/tmpl/index_login.tmpl @@ -15,21 +15,21 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -}} -{{ define "index_login" }} +{{- define "index_login" -}} - - -Login required – FBFP - - - -

-You have not authenticated. -

-

-You must login to use this service. -

- + + + Login required – FBFP + + + +

+ You have not authenticated. +

+

+ You must login to use this service. +

+ -{{ end }} +{{- end -}} -- 2.11.4.GIT