{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}Libreddit Settings{% endblock %} {% block search %} {% call utils::search("".to_owned(), "", "") %} {% endblock %} {% block sub_list %} {% call utils::sub_list("") %} {% endblock %} {% block content %}

Appearance

Interface

Content

Note: settings are saved in browser cookies. Clearing your cookie data will reset them.

{% endblock %}