$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.title)$
                    $book1.title$
                $endif$
            $endfor$
            
            $for(book2)$
                $if(book2.title)$
                    $book2.title$
                $endif$
            $endfor$
            
            $for(book3)$
                $if(book3.title)$
                    $book3.title$
                $endif$
            $endfor$
            
            $for(book4)$
                $if(book4.title)$
                    $book4.title$
                $endif$
            $endfor$
            
            $for(book5)$
                $if(book5.title)$
                    $book5.title$
                $endif$
            $endfor$
            
            $for(magnet)$
                $if(magnet.link)$
                    
                $else$
                    
                $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$