{% extends "base.html.j2" %} {% from "auth/_breadcrumbs.html.j2" import breadcrumbs with context %} {% import "materialize/wtf.html.j2" as wtf %} {% block styles %} {{ super() }} {% endblock styles %} {% block page_content %}

{{ title }}

Want to boost your research and get going? nopaque is free and no download is needed. Register now!

{{ form.hidden_tag() }} {{ wtf.render_field(form.user, material_icon='person') }} {{ wtf.render_field(form.password, material_icon='vpn_key') }}
{{ wtf.render_field(form.remember_me) }}
{{ wtf.render_field(form.submit, material_icon='send') }}
{% endblock page_content %}