1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-02-25 00:17:39 +01:00

9 lines
185 B
HTML
Raw Normal View History

2022-06-22 20:11:22 +02:00
{%- import "utils.html" as utils with context -%}
{% extends "layout.html" %}
{% block content %}
{% include "header.html" %}
{{ utils.display_object(outbox_object) }}
{% endblock %}