{% 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.title }} {% if article.translations %} (also in {% for article in article.translations %}{{ article.lang }}{% endfor %}) {% endif %}

{{ article.locale_date }}

{% if article.description %}

{{ article.description }}

{% endif %} {% endfor %} {% endblock %}