{% for p in posts.iter() %}
{% let post = crate::db::derserialize_post(p.content) %}
{{ post.board }}
{{ p.timestamp }}
{% endfor %}
{% extends "../toolbar_base.html" %} {% block title %}Staff Dashboard - {{ site_name }}{% endblock %} {% block main_stuff %}style="overflow: hidden; max-height: 100%;"{% endblock %} {% block content %}