7 lines
157 B
HTML
7 lines
157 B
HTML
{% extends "../base.html" %}
|
|
|
|
{% block content %}
|
|
{% include "post.html" %}
|
|
{% include "publishmodal.html" %}
|
|
{% include "deletemodal.html" %}
|
|
{% endblock %} |