<h2>Login To RecipeCan</h2>

<p>
  To login to your RecipeCan account just enter your details below.
</p>

{{>form_errors}}

<form method="post" action="?page=recipecan_login">
  <input type="hidden" name="method" value="post">

  <ul>
    <li>
      <label for="email">E-mail:</label><br />
      <input name="email" name="email" id="email" size="48" />
    </li>

    <li>
      <label for="password">Password:</label><br />
      <input name="password" type="password" id="password" size="48" />
    </li>
  </ul>
  

  <input class="button-primary" type="submit" name="Save" value="Login" id="submitbutton" />

</form>
