To escape double-stashes (as seen in Mustache, Handelbars templates etc) within Liquid/Pygments highlight blocks:
You've got to put this {{ "
directly before the opening double-stashes and this " }}
directly before the closing double-stashes.
So say you're trying to highlight something like this:
<template attr='{{ value }}'>
<li>{{ this }}</li>