{% extends "public.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}

Welcome to LNbits

Fill in the information below to setup your LNbits instance. Details can be changed later.

Branding
Service settings
Funding source information (at least one required)
*if installed through RaspiBlitz, MyNode, etc, details should be filled in for you
View project in GitHub Donate
{% endblock %} {% block scripts %} {{ window_vars(funding) }} {% endblock %}