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

Hey, I'm Alexis and this is my blog. I try to talk about freedom, free software and activistm. I'm currently spending my days in Paris, doing python for the mozilla services team.

{% for article in articles %}

{{ article.title }}

{{ article.locale_date }}

{% if article.description %}

{{ article.description }}

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