documentation/pages/_page.xnode in utopia-1.9.11 vs documentation/pages/_page.xnode in utopia-2.0.0
- old
+ new
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <?r response.content_type = "text/html; charset=utf-8" ?>
<?r response.cache! ?>
<?r if title = self[:title] ?>
<title>#{title.gsub(/<.*?>/, "")} - Utopia</title>
<?r else ?>
@@ -31,9 +30,9 @@
<header>
<img src="/_static/utopia.svg" />
</header>
<div id="page">
- <content />
+ <utopia:content/>
</div>
</body>
</html>
\ No newline at end of file