1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-22 14:24:27 +01:00
pywb/ui/head_insert.html
Ilya Kreymer 6388a78162 refactor: replay_views to support cleaner inheritance, no longer
wrapping previous WbResponse

overhaul yaml config to be much simpler, move best resolver and
best index reader to respective classes

add config_utils for sharing config, standard non-yaml config
provides defaults for testing

fix bug in query.html
2014-02-03 09:24:40 -08:00

9 lines
236 B
HTML

<!-- WB Insert -->
<script>
wbinfo = {}
wbinfo.capture_str = "{{ cdx['timestamp'] | format_ts }}";
</script>
<script src='{{ static_path }}wb.js'> </script>
<link rel='stylesheet' href='{{ static_path }}wb.css'/>
<!-- End WB Insert -->