Skip to content

Instantly share code, notes, and snippets.

@nfriedli
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfriedli/5956584f7c2668d53bfb to your computer and use it in GitHub Desktop.
Save nfriedli/5956584f7c2668d53bfb to your computer and use it in GitHub Desktop.
Le template minimal, sans random ni Google
<html>
<body>
<h1>{{ depart }} > {{ arrive }}</h1>
<p>Le trajet de {{ depart }} vers {{ arrive }} sur l'axe {{ axe }} prevoit {{ nombre }} trains.</p>
<p>{{ circule }} trains sont partis. {{ retard }} etaient en retard.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment