zona-test/templates/post.html
2025-06-21 22:13:31 -04:00

7 lines
124 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>{{ title }}</h1>
<article>{{ content | safe }}</article>
{% endblock %}