test/fixtures/example_application/templates/client_projects.html.cut in spontaneous-0.1.0.alpha1 vs test/fixtures/example_application/templates/client_projects.html.cut in spontaneous-0.2.0.alpha1
- old
+ new
@@ -1,6 +1,6 @@
<hr />
-<h3>{{ title }}</h3>
+<h3>#{ title }</h3>
<div class="projects">
- {{ render_content }}
+ #{ render_content }
</div>