From aec15ae8200d45e8c646732361f21598b306050f Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 May 2023 13:43:54 +0100 Subject: [PATCH] format --- lnbits/core/templates/core/index.html | 48 ++++++++++++++------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index 09feb2655..6bba04f39 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -142,32 +142,34 @@
- - + + + +
+ + + {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') + %} +
+ {{ AD_TITLE }} + + + +
+ {% endfor %} {% endif %} - - {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %} -
- {{ AD_TITLE }} - - - - - -
- {% endfor %} {% endif %} + {% endblock %} -{% endblock %}