<% @header[("title", ["Generated passwords"])]; Group.requireGroupNum 0; if $"id" <> "" then val id = Web.stoi ($"id"); switch PassGen.lookup id of NONE => %>ID not found!<% | SOME pass => %>
ID: <% id %>
Password: <% pass %>
<% end end %>

ID:

<% @footer[] %>