{% extends 'base.html' %} {% import 'macros.html' as forms %} {% block body %}
Fetch a new Wallabag API token
{{ forms.input('user', "Username", description='Your wallabag username at ' + wallabag_host) }} {{ forms.input('password', "Password", type='password', description='Your wallabag password at ' + wallabag_host + ". The password will not be stored") }}
{% endblock %}