{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}Libreddit Settings{% endblock %} {% block search %} {% call utils::search("".to_owned(), "", "") %} {% endblock %} {% block body %} Layout: {% call utils::options(layout, ["card", "clean", "compact"], "clean") %} Default comment sort: {% call utils::options(comment_sort, ["confidence", "top", "new", "controversial", "old"], "confidence") %} Hide NSFW posts: {% endblock %}