since it's reasonable to assume some may want to customize this a little differently than the normal post page.
4 lines
103 B
HTML
4 lines
103 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
{% include "partials/post.html" %}
|
|
{% endblock content %} |