hfexample's picture
Deploy clean snapshot of the repository
e221c83
raw
history blame contribute delete
261 Bytes
{% extends "base_auth.html" %}
{% from "_macros.html" import auth_form %}
{% block title %}로그인{% endblock %}
{% block content %}
{{ auth_form('로그인', url_for('auth.login'), url_for('auth.signup'), '계정이 없으신가요?') }}
{% endblock %}