diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 0cf5a09..c8c773b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ </head> <body> <h1>Ceci n'est pas une Glutte</h1> - <pre id="output"></pre> + <pre id="output">{% for l in last_lines %}{{l}}{% endfor %}</pre> <script> var output = document.getElementById('output'); |
