pbe/example-site/templates/post.html

5 lines
157 B
HTML
Raw Normal View History

2023-06-27 17:18:52 -04:00
{% extends "base.html" %}
{% block title %}{{ post.title }}{% endblock title %}
{% block content %}
{% include "partials/post.html" %}
{% endblock content %}