Initial commit for new v2
This commit is contained in:
8
app/templates/object.html
Normal file
8
app/templates/object.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{%- import "utils.html" as utils with context -%}
|
||||
{% extends "layout.html" %}
|
||||
{% block content %}
|
||||
{% include "header.html" %}
|
||||
|
||||
{{ utils.display_object(outbox_object) }}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user