chore: add initial Dreamii CMS project scaffold with Jinja2 markdown and Python execution extensions

This commit is contained in:
2025-01-27 18:27:26 +00:00
parent 13cabb826e
commit 5f3ddd15ba
17 changed files with 490 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<html>
<head>
<title>Dreamii</title>
<style>{{highlight_styles}}</style>
</head>
<body>
<main>
<header>
<h1>Dreamii</h1>
</header>
<article>
{% block content %}{% endblock %}
</article>
</main>
</body>
</html>