{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %} Frameworks used by LNbits {% raw %} {{ tool.name }} {{ tool.language }} {% endraw %} A magical "w" is always available, with info about the user, wallets and extensions: {% raw %}{{ w }}{% endraw %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}
A magical "w" is always available, with info about the user, wallets and extensions:
{% raw %}{{ w }}{% endraw %}