{% extends "base.html" %} {% block content %}

I write about Self-hosting, Arduino, STM32 and various tech stupidity.

{% for post in posts %}

{{ post.title }}

{{ post.date }}

{{ post.meta.get('description', 'Read more...') }}

{{ post.meta.get('tag', 'no tag') }}

{% else %}

No posts yet. Time to write something!

{% endfor %}
{% endblock %}