zona-test/templates/post.html
2025-06-21 22:55:36 -04:00

7 lines
133 B
HTML

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