website/templates/fr/index.html
2026-04-24 15:45:57 -04:00

10 lines
320 B
HTML

{% import "common.html" as common %}
{{ common::meta(title="Page d'accueil", lang="fr") }}
<link rel="stylesheet" href="/assets/main.css">
<body>
<p>To access the English version, click <a href="/en/">here.</a></p>
<p>Ceci est le site web personnel de Spencer Whitehead.</p>
<p><a href="resume/">CV</a></p>
</body>