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