diff --git a/mothership/templates/page.tpl.php b/mothership/templates/page.tpl.php
index 7ee8502..26de303 100644
--- a/mothership/templates/page.tpl.php
+++ b/mothership/templates/page.tpl.php
@@ -40,12 +40,14 @@
 
 </header>
 
-<div class="page">
+<div class="page <?php print $classes; ?>">
 
   <div role="main" id="main-content">
     <?php print render($title_prefix); ?>
     <?php if ($title): ?>
+      <?php print render($title_prefix); ?>
       <h1><?php print $title; ?></h1>
+      <?php print render($title_suffix); ?>
     <?php endif; ?>
     <?php print render($title_suffix); ?>
 
