{% extends "layout.html" %} {% block title %} Section Articles {% endblock %} {% block content %}
{{ _("Cette section explore la stratégie de Magic: the Gathering.") }}
{{ bootstrap.card("Obsessive Search", "/articles/classifier-un-deck") }} {{ bootstrap.card("Compulsive Research", "/articles/construire-un-deck") }}{{ _("D'autres articles à venir ...") }}
{% endblock %}