Files
corner/résumé/index.vto
Romain Paquet 47473a53b5
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
typo: rename 'resumé' to 'résumé'
2025-11-04 20:21:00 +01:00

20 lines
530 B
Plaintext

---
title: Romain Paquet - Resumé
lang: en
---
{{# <center> #}}
{{# {{ #}}
{{# "Download shorter PDF version in [french](/resume-fr.pdf) or [english](/resume-en.pdf) (one page)" |> md #}}
{{# }} #}}
{{# </center> #}}
{{ for name of ["experiences", "education", "skills", "languages", "hobbies"] }}
{{ set section = translated(sections[name], lang) }}
<section>
<h2 id="#{{name}}">{{ section.title }}</h2>
{{ set words_ = translated(words, lang) }}
{{ include `./_templates/${name}.vto` { section } }}
</section>
{{ /for }}