{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %} {% if sub != "" %}{{ page }} - {{ sub }} {% else %}Libreddit{% endif %} {% endblock %} {% block search %} {% call utils::search(["/r/", sub.as_str()].concat(), "") %} {% endblock %} {% block subscriptions %} {% call utils::sub_list(sub.as_str()) %} {% endblock %} {% block body %}
Posts
Wiki
{{ wiki }}
{% endblock %}