Files
LucasVbr/templates/sections/header.md.jinja
T
2022-05-20 10:44:16 +02:00

20 lines
359 B
Django/Jinja

<div align="center">
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
### A passionate developer from France
<table>
<thead>
<tr><th>Quote of the day</th></tr>
<thead>
<tbody>
<tr><td><center>
<b>"{{ quote.content }}"</b><br>
<i>by {{ quote.author }}</i>
</center></td></tr>
</tbody>
</table>
</div>