{% extends "base.html" %} {% block content %}
Hey, I'm Alexis and this is my blog. I try to talk about freedom, free software and activism. I'm currently spending my days in Paris, doing python at mozilla, on the services team.
{% for article in articles %}{{ article.locale_date }}
{% if article.description %}{{ article.description }}
{% endif %} {% endfor %} {% endblock %}