{% set preview_url = h.url_for( 'pygments.highlight', resource_id=resource.id, theme=resource_view.theme, max_size=resource_view.max_size, file_url=resource_view.file_url, resource_view_id=resource_view.id if resource_view.file_url else '', show_line_numbers=resource_view.show_line_numbers ) %}
{% snippet "pygments/pygment_indicator.html" %} {{ _("Preparing your preview...") }}
{% if h.pygments_include_htmx_asset() %} {% asset "pygments/pygments-js-htmx" %} {% endif %} {% asset 'pygments/pygments-css' %}