1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-22 22:32:19 +01:00
pywb/ui/head_insert.html
Ilya Kreymer 35f7cb0477 new-feature: support jinja2 template generated banner
template receives cdx and wbrequest
default template inserts capture time into banner
2014-01-28 20:18:47 -08:00

9 lines
243 B
HTML

<!-- WB Insert -->
<script>
wbinfo = {}
wbinfo.capture_str = "{{ cdx['timestamp'] | format_ts('%a, %b %d %Y %H:%M:%S') }}";
</script>
<script src='/static/wb.js'> </script>
<link rel='stylesheet' href='/static/wb.css'/>
<!-- End WB Insert -->