secretsantagenerator/templates/code.html

11 lines
229 B
HTML
Raw Normal View History

2021-12-11 00:51:03 +00:00
<!DOCTYPE html>
<html>
<body>
{% if error %}
<p>Ton code n'est pas bon !</p>
{% else %}
<p>Bonjour {{ a }}, tu es le père noël secret de {{ b }} !</p>
{% endif %}
</body>
</html>