update templates, recipe

This commit is contained in:
Daniel Fichtinger 2025-06-21 23:16:38 -04:00
parent 9d38ed70fb
commit 8585f25816
3 changed files with 17 additions and 1 deletions

View file

@ -1,7 +0,0 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ metadata.title }}</h1>
<article>{{ content | safe }}</article>
{% endblock %}