euscan-ng/euscanwww/templates/euscan/index.html
Corentin Chary 482e54cfce euscanwww: import new website
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2011-04-13 08:50:24 +02:00

6 lines
77 B
HTML

{% extends "_base.html" %}
{% block content %}
Hello world !
{% endblock %}