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

Appearance

Interface

Content

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

{% if prefs.subs.len() > 0 %} {% endif %}
{% endblock %}