{% extends "shell.html" %} {% block title %}{{ search_query }}{% endblock %} {% block head %} {% endblock %} {% block page %}
{% include "ui/userbar.html" %} {% if alpha %}WARNING! askLyphe is in alpha! user experience is in no way representative of the final product!{% endif %} {% include "ui/navbar.html" %}
{% match error %} {% when Some with (val) %}
{{ val }}
{% when None %} {% endmatch %}

username

{{ info.username }} (cannot currently be changed)

email

{{ info.email }}
to change your email, you must email an administrator at devnull@voremicrocomputers.com
(this will be changed in the future)

change password

this cannot currently be performed (which we are also working on fixing)

theme

{% for t in themes %} {%if theme==t.value%}

your current theme is: "{{t.name}}"

{%endif%} {% endfor %}
{% include "ui/footer.html" %}
{% endblock %}