{% extends "base.html" %} {% block title %}nikola{% endblock %} {% block content %}
{% for u in users %} {% endfor %}
id nickname settings
{{ u["id"] }} {{ u["nickname"] }} настроить
{% endblock %}