blog: server setup starrs

This commit is contained in:
coolnsx
2025-08-05 13:42:10 +05:30
parent d8fd0ccd51
commit 663d7a9727
9 changed files with 359 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
<div class="my-4 text-white space-y-4">
<!-- File name -->
{% if file %}
<p class="text font-semibold text-gray-400 ml-2 break-words">
{{ file }}
</p>
{% endif %}
<!-- Body content -->
<div>
{{ body | markdown | safe }}
</div>
</div>