{% extends "se/base_raw.html" %} {% load static %} {% block head %} {% for screen in screens %} {% endfor %} {% endblock %} {% block js %} const screen_width = {{ screenshot_size.0 }}; const screen_height = {{ screenshot_size.1 }}; {% endblock %} {% block css %} #screenshots > img { margin-top: -5px; } .img_link { position: absolute; margin-top: -4px; } .img_link:hover { position: absolute; box-shadow: 0px 0px 4px 4px #91baff; margin: -4px 0px 0px -2px; padding: 0px 8px 4px 0px; } {% endblock %} {% block top_bar %} {% include "se/archive.html" %} {% endblock %} {% block body_base %} {% if doc.screenshot_count %}
{% for link in links %} {% endfor %} {% for screen in screens %} {% endfor %}
{% else %}
{% include "se/info_fallback.html" %}
{% endif %} {% endblock %}