'Layout woven correctly'
);
-warn $simple1->_content_zoom->to_html;
+like(
+ $simple1->_content_zoom->to_html,
+ qr{<title[^>]*>Simple 1<}s,
+ 'Page data interpolated'
+);
done_testing;
+++ /dev/null
-{"keywords":"","created":"","subtitle":"","plugins":"","html":"<html>\n <head>\n <title>Simple 1</title>\n </head>\n <body>\n <h1>Hello world</h1>\n </body>\n</html>\n","title":"Simple 1","description":""}
\ No newline at end of file
+++ /dev/null
-{"keywords":"","created":"","subtitle":"","plugins":"","html":"<html data-wrap=\"html\">\n <head data-replace=\"head\" />\n <body>\n <div id=\"content\">\n <div data-replace=\"h1\" />\n </div>\n </body>\n</html>\n","title":"","description":""}
\ No newline at end of file
<html data-wrap="html">
- <head data-replace="head" />
+ <head>
+ <title class="page title" />
+ </head>
<body>
<div id="content">
<div data-replace="h1" />