test/fixtures/example_application/templates/layouts/home.html.cut in spontaneous-0.1.0.alpha1 vs test/fixtures/example_application/templates/layouts/home.html.cut in spontaneous-0.2.0.alpha1
- old
+ new
@@ -1,15 +1,15 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
- <title>{{ title }}</title>
+ <title>#{ title }</title>
</head>
<body>
- <h2>{{ welcome_title }}</h2>
- {{ introduction }}
- {{ in_progress }}
- {{ completed }}
-
- {{ archived }}
+ <h2>#{ welcome_title }</h2>
+ #{ introduction }
+ #{ in_progress }
+ #{ completed }
+
+ #{ archived }
</body>
</html>