mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 14:57:56 +10:00
11 lines
420 B
HTML
11 lines
420 B
HTML
{% load config_tags %}
|
|
{% get_config "ARCHIVEDOTORG_ENABLED" as enabled %}
|
|
{% if enabled %}
|
|
<!-- Archive.org fullscreen - full page iframe -->
|
|
<iframe src="{{ output_path }}"
|
|
class="extractor-fullscreen archivedotorg-fullscreen"
|
|
style="width: 100%; height: 100vh; border: none;"
|
|
sandbox="allow-same-origin allow-top-navigation-by-user-activation allow-scripts allow-forms">
|
|
</iframe>
|
|
{% endif %}
|