packages feed

snap-0.9.0: project_template/default/snaplets/heist/templates/login.tpl

<apply template="base">
      <h1>Snap Example App Login</h1>

      <p><loginError/></p>

      <bind tag="postAction">/login</bind>
      <bind tag="submitText">Login</bind>
      <apply template="userform"/>

      <p>Don't have a login yet? <a href="/new_user">Create a new user</a></p>
</apply>