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