mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 22:37:45 +00:00
19 lines
323 B
Django/Jinja
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>
|