{% 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") %} {% endblock %}