View Shtml Extra Quality

For high-quality rendering, Nginx requires the http_ssi_module.

location ~ \.shtml$ 
    ssi on;
    ssi_types text/html;

Install the SSI Viewer extension (ID: benscho.ssi-viewer). Right-click any .shtml file → “Preview with SSI”. It resolves includes relative to your workspace. view shtml extra quality

Quality gain: Syntax highlighting + click-through includes + live error detection. Install the SSI Viewer extension (ID: benscho


Sometimes you need to review an SHTML file offline, or on a machine where you can’t run a full server. Here’s how to achieve extra quality without a daemon: Sometimes you need to review an SHTML file