Add TOML metadata parsing.

This commit is contained in:
2025-08-30 20:46:09 -05:00
parent 6d2855eeca
commit cb226f021f
4 changed files with 112 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% block content %}
{{ content | markdown | safe }}
{{ html_content | safe }}
{% endblock content %}