pbe/example-site/templates/latest_post.html

5 lines
141 B
HTML

{% extends "base.html" %}
{% block title %}{% endblock title %}
{% block content %}
{% include "partials/post.html" %}
{% endblock content %}