diff -r interpolation.py
--- a/interpolation.py 
+++ b/interpolation.py  
@@ -137,6 +137,7 @@
             yield True, text[offset + 1:pos].strip()

         elif not escaped and next == PREFIX:
+            yield False, text[pos:offset]
             escaped = True
             pos = offset + 1


