{% extends 'layout.html' %} {% block title %}Login{% endblock %} {% block body %}
Nekøyume

{% trans %}Welcome!{% endtrans %}

nekoyume

{% trans %}Hello! Welcome to the world of Nekoyume. Please set your own private key and input that in the form below so that you can start game right know. Private key is a password that identify you. Please make this unique.{% endtrans %}

{% if request.args.get('error') == 'invalid-private-key' %}

{% trans %}Please enter a valid private key of 64 hexadecimal digits (it can be optionally prefixed with 0x).{% endtrans %}

{% endif %}
{% endblock %}