# Hello there !
I'm {{ data.info.name }}, a passionate developer from {{ data.info.city }}, France.
Currently, the weather is: **{{ data.weather.temperature }}°C**, **{{ data.weather.description }}**
### I code with
{% for image in data.tools -%}

{% endfor %}
### Where to find me
{% for image in data.links -%}
[]({{ image.href }})
{% endfor %}
---