{% extends "base.html" %} {% block title %}Des tutoriels pour tout réparer - iFixit{% endblock title%} {% block specific_head %} {% endblock specific_head%} {% block content %}

{{home_content['page_title']}}

{{home_content['callout']['content'] | safe}}

{{home_content['primary_title']}}

{{home_content['secondary_title']}}

{%for category in home_content['sub_categories']%}

{{category['count']}} {{category['text']}}

{%endfor%}
{% endblock content%}