{% extends theme('base.html') %}
{% set meta = {
'title': _('Home'),
'description': _("%(site)s home", site=config['SITE_TITLE']),
'keywords': [_('home')],
} %}
{% set read_only_mode = config.READ_ONLY_MODE %}
{% block content %}
{% cache cache_duration, 'home', g.lang_code %}
{{ _('Use, share and improve public data') }}
{{_('Discover data on all subjects, made by the administration and civil society.')}}
{{ metric|summarize }}
{{ label }}
{{_('They publish data on {site}').format(site=config.SITE_TITLE)}}
{{_('Share your data usage and exchange between data producers and reusers.')}}
{{ metric|summarize }}
{{ label }}
{{_('They reuse data from {site}').format(site=config.SITE_TITLE)}}
{{ _('Open platform for French public data') }}
{{_('French data catalog')}}
{{_('A dynamic and engaged community')}}
{{_('The opening and circulation of public data strengthen transparency, improve public action, and allow for the creation of new services.')}}
{{_('{site} makes this information available by organizing its distribution and use.').format(site=config.SITE_TITLE)}}
{{_('Facilitate data discoverability')}}
{{_('Improve data quality')}}
{{_('Encourage data reusability')}}
{{_('Follow real estate price evolution and find real estate sales prices.')}}
{{_('Check public legal details of company, association and public services in France.')}}
{{_('Ecological transition data supported by the Ministry of Ecological Transition and Cohesion of Territories.')}}
{{_('Mobility data in partnership with the General Directorate for Infrastructure, Transport and Mobilities.')}}
{{_('Public data related to meteorology and climatology produced by Météo-France.')}}
{{ _('Published on') }} {{ last_post.published|dateformat(format='long') }}
{{ last_post.headline|mdstrip(300) }}