plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

error.html (284B)


      1 {% extends "page.html" %}
      2 
      3 {% block body %}
      4 {% if lang == 'fr' %}
      5 <p>Une erreur est survenue&nbsp;: {{error}}. <a href="/about#help">Besoin
      6   d'aide&nbsp;?</a></p>
      7 {% else %}
      8 <p>An error occurred: {{error}}. Need some <a
      9   href="/about#help">help</a>?</p>
     10 {% endif %}
     11 {% endblock %}
     12