aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-09-11 12:33:01 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-09-11 12:33:01 +0200
commit3e932df42dce7d9c44e6c71112951eb64abb8374 (patch)
tree39b716f01a1583ee79a41764a08c3f47be0d2eb4 /templates/index.html
parent0891138200bb8f400bf9e0d4abaf20793d3f7b57 (diff)
downloadglutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.tar.gz
glutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.tar.bz2
glutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.zip
Last 1000 lines are displayed
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
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');