{include:header.tpl}
<form id="mainform" method="POST">
<select name="vocabulary" required>{loop:vocabularies::vocabulary}<option value="{:vocabulary}">{:vocabulary}</option>{endloop}</select>
<input type="text" name="word" autocomplete="off" placeholder="here you may suggest your word for the first turn" size=40 value="" />
<input type="submit" name="submit" value="create game" />
</form>
{include:footer.tpl}