{{ post.title }}
{{ post.date }}{{ post.meta.get('description', 'Read more...') }}
{{ post.meta.get('tag', 'no tag') }}
{% extends "base.html" %}
{% block content %}
I write about Self-hosting, Arduino, STM32 and various tech stupidity.
{{ post.meta.get('description', 'Read more...') }}
{{ post.meta.get('tag', 'no tag') }}
No posts yet. Time to write something!
{% endfor %}