diff --git a/digestive-functors-heist.cabal b/digestive-functors-heist.cabal
--- a/digestive-functors-heist.cabal
+++ b/digestive-functors-heist.cabal
@@ -1,5 +1,5 @@
 Name:          digestive-functors-heist
-Version:       0.8.0.0
+Version:       0.8.1.0
 Synopsis:      Heist frontend for the digestive-functors library
 Description:   Heist frontend for the digestive-functors library
 Homepage:      http://github.com/jaspervdj/digestive-functors
diff --git a/src/Text/Digestive/Heist/Compiled.hs b/src/Text/Digestive/Heist/Compiled.hs
--- a/src/Text/Digestive/Heist/Compiled.hs
+++ b/src/Text/Digestive/Heist/Compiled.hs
@@ -416,7 +416,7 @@
     node <- getParamNode
     return $ yieldRuntime $ do
         view <- getView
-        let (ref, _) = getRefAttributes node Nothing
+        let (ref, _) = getRefAttributes node $ Just ""
         if null (childErrors ref view)
           then return mempty
           else return $ X.renderHtmlFragment X.UTF8 (X.childNodes node)
