_________________________
            / Hi! How are you?        \
            |                         |
            \ Welcome to LNDHUB!      /
             -------------------------
                    \   ^__^
                     \  (oo)\_______
                        (__)\       )\/\
                            ||----w |
                            ||     ||
             
             
             
            Hello world!
            Welcome to LndHub, opensource wrapper for Lightning Network Daemon
            It provides separate accounts with minimum trust for end users
             
            LND uris:
            {{#uris}}
            
{{.}}
            {{/uris}}
            
 
            Channels:
            
            {{#channels}}
                
                    | {{name}} | 
                    {{ascii}} | 
                    {{capacity_btc}} BTC   | 
                    {{remote_pubkey}} {{^active}}[INACTIVE]{{/active}} | 
                
            {{/channels}}
            
             
            num_active_channels:
            {{num_active_channels}}
             
            num_pending_channels:
            {{num_pending_channels}}
             
            num_peers:
            {{num_peers}}
             
            block_height:
            {{block_height}}
             
            synced_to_chain:
            {{synced_to_chain}}
             
            version:
            {{version}}
             
            Fork me on GitHub!
            https://github.com/BlueWallet/LndHub
             
            Start using it on MainNet (zero configuration required):
            https://bluewallet.io
             
            Click here to find out more!