{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
New Temp
Temp
Export to CSV
${ col.label }
{{SITE_TITLE}} Temp extension

Simple extension you can use as a base for your own extension.
Includes very simple LNURL-pay and LNURL-withdraw example.

{% include "temp/_api_docs.html" %} {% include "temp/_temp.html" %}
Update Temp Create Temp Cancel

${ urlDialog.data.lnurlpay }
${ urlDialog.data.shareUrl }

Copy URL Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}