1
<html xmlns="http://www.w3.org/1999/xhtml"
2
xmlns:py="http://genshi.edgewall.org/">
4
<title>Confirm logout</title>
7
<div id="ivle_padding">
8
<h3>Are you sure you want to logout?</h3>
10
<form action="${path}" method="POST">
11
<input type="submit" value="Logout" />