$if(titlepage)$
            $for(title)$
                $if(title.text)$
                    $title.text$
                $else$
                    $title$
                $endif$
            $endfor$
            
            $if(subtitle)$
                $subtitle$
            $endif$
            
            $for(year)$
                © $year$
            $endfor$
            
            $for(author)$
                $author$
            $endfor$
            
            $for(creator)$
                $creator.text$
            $endfor$
        
            $if(publisher)$
                $publisher$
            $endif$
            
            $for(book1)$
                $if(book1.title)$
                    Also Available
                $endif$
            $endfor$
            
            $for(book1)$$if(book1.link)$
                $book1.title$
                $else$
                $book1.title$
                $endif$
            $endfor$
            $for(book2)$$if(book2.link)$
                $book2.title$
                $else$
                $book2.title$
                $endif$
            $endfor$
            $for(book3)$$if(book3.link)$
                $book3.title$
                $else$
                $book3.title$
                $endif$
            $endfor$
            $for(book4)$$if(book4.link)$
                $book4.title$
                $else$
                $book4.title$
                $endif$
            $endfor$
            $for(book5)$$if(book5.link)$
                $book5.title$
                $else$
                $book5.title$
                $endif$
            $endfor$
            
            $if(contributors)$
            
            $for(contributors)$
                $if(contributors.designer)$
                    
Book Design: $contributors.designer$
                $endif$
                $if(contributors.artist)$
                    Cover Artist: $contributors.artist$
                $endif$
                $if(contributors.editor)$
                    Editor: $contributors.editor$
                $endif$
            $endfor$
            
            $endif$
            
        $endif$
        
        $body$