sourcehypertextadminauthlogout.pug

form.main-form#logout-form(action="/x/post-logout" method="post" hx-boost="true" hx-push-url="false" hx-target="this" hx-swap="outerHTML")
	h1!= tr('auth.logOut')
	p!= tr('auth.message.loggedIn', user.username)
	div.input
		button(type="submit")!= tr('auth.logOut')