drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

error.html (274B)


      1 {% extends "page.html" %}
      2 
      3 {% block body %}
      4 {% if lang == 'fr' %}
      5 <p>Les valeurs fournies sont incorrectes. <a href="/about#help">Besoin
      6   d'aide&nbsp;?</a></p>
      7 {% else %}
      8 <p>Invalid values supplied. Need some <a href="/about#help">help</a>?</p>
      9 {% endif %}
     10 {% endblock %}
     11