Initial commit

This commit is contained in:
2022-08-14 17:20:26 +02:00
commit 8f6e8026ea
11 changed files with 738 additions and 0 deletions

7
templates/base.jinja2 Normal file
View File

@ -0,0 +1,7 @@
---
marp: true
theme: default
{% for post in nsfw_posts %}
---
![bg contain]({{ post.url }})
{% endfor %}