{% 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 "g" is always available, with info about the user, wallets and extensions: {% raw %}{{ g }}{% endraw %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}
A magical "g" is always available, with info about the user, wallets and extensions:
{% raw %}{{ g }}{% endraw %}