blog post display and metadata

This commit is contained in:
2024-01-11 22:16:38 +01:00
parent ae1b65957d
commit 03fefda519
5 changed files with 72 additions and 21 deletions

View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}{{title}}{% endblock %}
{% block content %}
<h1>{{title}}</h1>
<article>{{content|escape("none")}}</article>
{# footer #}
{% endblock %}