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

17 lines
315 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><b>"{{ quote.content }}"<b><br>by {{ quote.author }}</td></tr>
</tbody>
</table>
</div>