test/fixtures/example_application/templates/layouts/projects.html.cut in spontaneous-0.1.0.alpha1 vs test/fixtures/example_application/templates/layouts/projects.html.cut in spontaneous-0.2.0.alpha1
- old
+ new
@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
- {{ title }}
- {{ projects }}
+ #{ title }
+ #{ projects }
</body>
</html>