diff --git a/lnbits/extensions/example/templates/example/index.html b/lnbits/extensions/example/templates/example/index.html new file mode 100644 index 0000000..57f301b --- /dev/null +++ b/lnbits/extensions/example/templates/example/index.html @@ -0,0 +1,98 @@ + + +{% extends "base.html" %} {% block messages %} + + + + ! + + +{% endblock %} {% block menuitems %} +
  • + + Wallets + + + +
  • + +
  • + + Extensions + + + +
  • + +{% endblock %} {% block body %} + +
    + +
    +

    + Withdraw link maker + powered by LNURL + +

    + +

    + + + +
    + +
    + +
    +
    + +
    +
    +

    EXAMPLE BOX HEADING

    +
    +

    *Some content in here

    +
    +
    +
    +
    + + +
    +{% endblock %}