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

19 lines
323 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>
<caption>by {{ quote.author }}</caption>
<thead>
<tr>
<th>Quote of the day</th>
</tr>
<thead>
<tr>
<td>"*{{ quote.content }}*"</td>
</tr>
</table>
</div>