<html>
    <form method='post'>
        {% csrf_token %}
        <input type="text" name="username" placeholder="username">
        <input type="text" name="password" placeholder="password">
        <input type='submit'>
    </form>
</html>